pub struct AgentSessionStatus {}Auto Trait Implementations§
impl Freeze for AgentSessionStatus
impl RefUnwindSafe for AgentSessionStatus
impl Send for AgentSessionStatus
impl Sync for AgentSessionStatus
impl Unpin for AgentSessionStatus
impl UnsafeUnpin for AgentSessionStatus
impl UnwindSafe for AgentSessionStatus
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