pub struct TradSesStatus;Expand description
TradSesStatus (340).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradSesStatus
impl RefUnwindSafe for TradSesStatus
impl Send for TradSesStatus
impl Sync for TradSesStatus
impl Unpin for TradSesStatus
impl UnsafeUnpin for TradSesStatus
impl UnwindSafe for TradSesStatus
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