Enum primitives::storage::WriteCacheItem
source · pub enum WriteCacheItem {
Read,
Write(StorageValue),
}
Variants§
Read
Write(StorageValue)
Trait Implementations§
source§impl Clone for WriteCacheItem
impl Clone for WriteCacheItem
source§fn clone(&self) -> WriteCacheItem
fn clone(&self) -> WriteCacheItem
Returns a copy 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 Debug for WriteCacheItem
impl Debug for WriteCacheItem
impl Copy for WriteCacheItem
Auto Trait Implementations§
impl Freeze for WriteCacheItem
impl RefUnwindSafe for WriteCacheItem
impl Send for WriteCacheItem
impl Sync for WriteCacheItem
impl Unpin for WriteCacheItem
impl UnwindSafe for WriteCacheItem
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