pub struct sessionId;
Trait Implementations§
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