pub struct MapStore<'a, S>(pub &'a S);Tuple Fields§
§0: &'a STrait Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for MapStore<'a, S>
impl<'a, S> RefUnwindSafe for MapStore<'a, S>where
&'a S: RefUnwindSafe,
impl<'a, S> Send for MapStore<'a, S>
impl<'a, S> Sync for MapStore<'a, S>
impl<'a, S> Unpin for MapStore<'a, S>
impl<'a, S> UnsafeUnpin for MapStore<'a, S>where
&'a S: UnsafeUnpin,
impl<'a, S> UnwindSafe for MapStore<'a, S>where
&'a S: UnwindSafe,
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