pub struct DictStorage<T> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl<T> Clone for DictStorage<T>where
T: Clone,
impl<T> Clone for DictStorage<T>where
T: Clone,
Source§fn clone(&self) -> DictStorage<T>
fn clone(&self) -> DictStorage<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Debug for DictStorage<T>where
T: Debug,
impl<T> Debug for DictStorage<T>where
T: Debug,
Source§impl<T> Default for DictStorage<T>
impl<T> Default for DictStorage<T>
Source§fn default() -> DictStorage<T>
fn default() -> DictStorage<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for DictStorage<T>
impl<T> RefUnwindSafe for DictStorage<T>where
T: RefUnwindSafe,
impl<T> Send for DictStorage<T>where
T: Send,
impl<T> Sync for DictStorage<T>where
T: Sync,
impl<T> Unpin for DictStorage<T>
impl<T> UnwindSafe for DictStorage<T>where
T: RefUnwindSafe,
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