pub struct AnyStorage { /* private fields */ }
Expand description
Stores arbitrary data indexed by automatically generated keys.
Clones share the underlying storage.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for AnyStorage
impl Clone for AnyStorage
Sourceยงfn clone(&self) -> AnyStorage
fn clone(&self) -> AnyStorage
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 moreAuto Trait Implementationsยง
impl Freeze for AnyStorage
impl RefUnwindSafe for AnyStorage
impl Send for AnyStorage
impl Sync for AnyStorage
impl Unpin for AnyStorage
impl UnwindSafe for AnyStorage
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