pub struct SetStorageItemsResult {}Trait Implementations§
Source§impl Clone for SetStorageItemsResult
impl Clone for SetStorageItemsResult
Source§fn clone(&self) -> SetStorageItemsResult
fn clone(&self) -> SetStorageItemsResult
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 SetStorageItemsResult
impl Debug for SetStorageItemsResult
Source§impl Default for SetStorageItemsResult
impl Default for SetStorageItemsResult
Source§fn default() -> SetStorageItemsResult
fn default() -> SetStorageItemsResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetStorageItemsResult
impl<'de> Deserialize<'de> for SetStorageItemsResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetStorageItemsResult
impl PartialEq for SetStorageItemsResult
Source§impl Serialize for SetStorageItemsResult
impl Serialize for SetStorageItemsResult
Source§impl TryFrom<Value> for SetStorageItemsResult
impl TryFrom<Value> for SetStorageItemsResult
impl StructuralPartialEq for SetStorageItemsResult
Auto Trait Implementations§
impl Freeze for SetStorageItemsResult
impl RefUnwindSafe for SetStorageItemsResult
impl Send for SetStorageItemsResult
impl Sync for SetStorageItemsResult
impl Unpin for SetStorageItemsResult
impl UnsafeUnpin for SetStorageItemsResult
impl UnwindSafe for SetStorageItemsResult
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