pub enum GetStorageItemsMethod {
GetStorageItems,
}Variants§
GetStorageItems
Trait Implementations§
Source§impl Clone for GetStorageItemsMethod
impl Clone for GetStorageItemsMethod
Source§fn clone(&self) -> GetStorageItemsMethod
fn clone(&self) -> GetStorageItemsMethod
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 GetStorageItemsMethod
impl Debug for GetStorageItemsMethod
Source§impl<'de> Deserialize<'de> for GetStorageItemsMethod
impl<'de> Deserialize<'de> for GetStorageItemsMethod
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 GetStorageItemsMethod
impl PartialEq for GetStorageItemsMethod
Source§impl Serialize for GetStorageItemsMethod
impl Serialize for GetStorageItemsMethod
impl StructuralPartialEq for GetStorageItemsMethod
Auto Trait Implementations§
impl Freeze for GetStorageItemsMethod
impl RefUnwindSafe for GetStorageItemsMethod
impl Send for GetStorageItemsMethod
impl Sync for GetStorageItemsMethod
impl Unpin for GetStorageItemsMethod
impl UnsafeUnpin for GetStorageItemsMethod
impl UnwindSafe for GetStorageItemsMethod
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