pub struct AgentSide;
Auto Trait Implementations§
impl Freeze for AgentSide
impl RefUnwindSafe for AgentSide
impl Send for AgentSide
impl Sync for AgentSide
impl Unpin for AgentSide
impl UnwindSafe for AgentSide
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