pub struct Ad4mClient {
pub agent: AgentClient,
pub languages: LanguagesClient,
pub neighbourhoods: NeighbourhoodsClient,
pub perspectives: PerspectivesClient,
pub expressions: ExpressionsClient,
pub runtime: RuntimeClient,
}
Fields§
§agent: AgentClient
§languages: LanguagesClient
§neighbourhoods: NeighbourhoodsClient
§perspectives: PerspectivesClient
§expressions: ExpressionsClient
§runtime: RuntimeClient
Implementations§
Auto Trait Implementations§
impl Freeze for Ad4mClient
impl RefUnwindSafe for Ad4mClient
impl Send for Ad4mClient
impl Sync for Ad4mClient
impl Unpin for Ad4mClient
impl UnwindSafe for Ad4mClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more