pub struct AgentImpl { /* private fields */ }Auto Trait Implementations§
impl !RefUnwindSafe for AgentImpl
impl !UnwindSafe for AgentImpl
impl Freeze for AgentImpl
impl Send for AgentImpl
impl Sync for AgentImpl
impl Unpin for AgentImpl
impl UnsafeUnpin for AgentImpl
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