pub struct AgentInner { /* private fields */ }Expand description
Inner agent state.
Auto Trait Implementations§
impl Freeze for AgentInner
impl !RefUnwindSafe for AgentInner
impl Send for AgentInner
impl !Sync for AgentInner
impl Unpin for AgentInner
impl UnsafeUnpin for AgentInner
impl !UnwindSafe for AgentInner
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