pub struct GetStorageItemsResult {
pub data: Value,
}Fields§
§data: ValueTrait Implementations§
Source§impl Clone for GetStorageItemsResult
impl Clone for GetStorageItemsResult
Source§fn clone(&self) -> GetStorageItemsResult
fn clone(&self) -> GetStorageItemsResult
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 GetStorageItemsResult
impl Debug for GetStorageItemsResult
Source§impl<'de> Deserialize<'de> for GetStorageItemsResult
impl<'de> Deserialize<'de> for GetStorageItemsResult
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 GetStorageItemsResult
impl PartialEq for GetStorageItemsResult
Source§impl Serialize for GetStorageItemsResult
impl Serialize for GetStorageItemsResult
Source§impl TryFrom<Value> for GetStorageItemsResult
impl TryFrom<Value> for GetStorageItemsResult
impl StructuralPartialEq for GetStorageItemsResult
Auto Trait Implementations§
impl Freeze for GetStorageItemsResult
impl RefUnwindSafe for GetStorageItemsResult
impl Send for GetStorageItemsResult
impl Sync for GetStorageItemsResult
impl Unpin for GetStorageItemsResult
impl UnsafeUnpin for GetStorageItemsResult
impl UnwindSafe for GetStorageItemsResult
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