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