pub struct SetStorageItems { /* private fields */ }Expand description
Sets values in extension storage in the given storageArea. The provided values will be merged with existing values in the storage area.
Implementations§
Trait Implementations§
Source§impl Clone for SetStorageItems
impl Clone for SetStorageItems
Source§fn clone(&self) -> SetStorageItems
fn clone(&self) -> SetStorageItems
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 Debug for SetStorageItems
impl Debug for SetStorageItems
Auto Trait Implementations§
impl Freeze for SetStorageItems
impl RefUnwindSafe for SetStorageItems
impl Send for SetStorageItems
impl Sync for SetStorageItems
impl Unpin for SetStorageItems
impl UnsafeUnpin for SetStorageItems
impl UnwindSafe for SetStorageItems
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