pub struct MemoryCellStore<V: Clone> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<V: Clone> Addressable<UniqueRootAddress> for MemoryCellStore<V>
impl<V: Clone> Addressable<UniqueRootAddress> for MemoryCellStore<V>
type DefaultValue = V
Source§impl<V: Clone> AddressableGet<V, UniqueRootAddress> for MemoryCellStore<V>
impl<V: Clone> AddressableGet<V, UniqueRootAddress> for MemoryCellStore<V>
Source§impl<V: Clone> AddressableSet<V, UniqueRootAddress> for MemoryCellStore<V>
impl<V: Clone> AddressableSet<V, UniqueRootAddress> for MemoryCellStore<V>
Source§impl<V: Clone + Clone> Clone for MemoryCellStore<V>
impl<V: Clone + Clone> Clone for MemoryCellStore<V>
Source§fn clone(&self) -> MemoryCellStore<V>
fn clone(&self) -> MemoryCellStore<V>
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 moreSource§impl<V: Clone> Store for MemoryCellStore<V>
impl<V: Clone> Store for MemoryCellStore<V>
Auto Trait Implementations§
impl<V> Freeze for MemoryCellStore<V>
impl<V> !RefUnwindSafe for MemoryCellStore<V>
impl<V> Send for MemoryCellStore<V>
impl<V> Sync for MemoryCellStore<V>
impl<V> Unpin for MemoryCellStore<V>
impl<V> !UnwindSafe for MemoryCellStore<V>
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