pub struct SessionMap(/* private fields */);Implementations§
Source§impl SessionMap
impl SessionMap
Trait Implementations§
Source§impl Clone for SessionMap
impl Clone for SessionMap
Source§fn clone(&self) -> SessionMap
fn clone(&self) -> SessionMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SessionMap
impl RefUnwindSafe for SessionMap
impl Send for SessionMap
impl Sync for SessionMap
impl Unpin for SessionMap
impl UnsafeUnpin for SessionMap
impl UnwindSafe for SessionMap
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