Struct fuel_merkle::common::StorageMap
source · pub struct StorageMap<Type>where
Type: Mappable,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<Type> Clone for StorageMap<Type>where
Type: Mappable + Clone,
Type::OwnedKey: Clone,
Type::OwnedValue: Clone,
impl<Type> Clone for StorageMap<Type>where Type: Mappable + Clone, Type::OwnedKey: Clone, Type::OwnedValue: Clone,
source§fn clone(&self) -> StorageMap<Type>
fn clone(&self) -> StorageMap<Type>
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<Type> Debug for StorageMap<Type>where
Type: Mappable + Debug,
Type::OwnedKey: Debug,
Type::OwnedValue: Debug,
impl<Type> Debug for StorageMap<Type>where Type: Mappable + Debug, Type::OwnedKey: Debug, Type::OwnedValue: Debug,
source§impl<Type> Default for StorageMap<Type>where
Type: Mappable,
impl<Type> Default for StorageMap<Type>where Type: Mappable,
source§impl<Type> StorageInspect<Type> for StorageMap<Type>where
Type: Mappable,
Type::Key: Eq + Hash,
Type::OwnedKey: Eq + Hash + Borrow<Type::Key>,
impl<Type> StorageInspect<Type> for StorageMap<Type>where Type: Mappable, Type::Key: Eq + Hash, Type::OwnedKey: Eq + Hash + Borrow<Type::Key>,
source§impl<Type> StorageMutate<Type> for StorageMap<Type>where
Type: Mappable,
Type::Key: Eq + Hash,
Type::OwnedKey: Eq + Hash + Borrow<Type::Key>,
impl<Type> StorageMutate<Type> for StorageMap<Type>where Type: Mappable, Type::Key: Eq + Hash, Type::OwnedKey: Eq + Hash + Borrow<Type::Key>,
Auto Trait Implementations§
impl<Type> RefUnwindSafe for StorageMap<Type>where <Type as Mappable>::OwnedKey: RefUnwindSafe, <Type as Mappable>::OwnedValue: RefUnwindSafe,
impl<Type> Send for StorageMap<Type>where <Type as Mappable>::OwnedKey: Send, <Type as Mappable>::OwnedValue: Send,
impl<Type> Sync for StorageMap<Type>where <Type as Mappable>::OwnedKey: Sync, <Type as Mappable>::OwnedValue: Sync,
impl<Type> Unpin for StorageMap<Type>where <Type as Mappable>::OwnedKey: Unpin, <Type as Mappable>::OwnedValue: Unpin,
impl<Type> UnwindSafe for StorageMap<Type>where <Type as Mappable>::OwnedKey: UnwindSafe, <Type as Mappable>::OwnedValue: UnwindSafe,
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