pub struct SessionID { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Codec for SessionID
impl Codec for SessionID
impl Copy for SessionID
Auto Trait Implementations§
impl Freeze for SessionID
impl RefUnwindSafe for SessionID
impl Send for SessionID
impl Sync for SessionID
impl Unpin for SessionID
impl UnwindSafe for SessionID
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