pub struct RamStorage<T> { /* private fields */ }
Expand description
Stores anything in a BTreeMap
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for RamStorage<T>
impl<T> RefUnwindSafe for RamStorage<T>where
T: RefUnwindSafe,
impl<T> Send for RamStorage<T>
impl<T> Sync for RamStorage<T>
impl<T> Unpin for RamStorage<T>
impl<T> UnwindSafe for RamStorage<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