pub struct GetStorageItems {
pub id: String,
pub storage_area: StorageArea,
pub keys: Option<Vec<String>>,
}Fields§
§id: String§storage_area: StorageArea§keys: Option<Vec<String>>Trait Implementations§
Source§impl Clone for GetStorageItems
impl Clone for GetStorageItems
Source§fn clone(&self) -> GetStorageItems
fn clone(&self) -> GetStorageItems
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 GetStorageItems
impl Debug for GetStorageItems
Source§impl<'de> Deserialize<'de> for GetStorageItems
impl<'de> Deserialize<'de> for GetStorageItems
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 Method for GetStorageItems
impl Method for GetStorageItems
const NAME: &'static str = "Extensions.getStorageItems"
type ReturnObject = GetStorageItemsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetStorageItems
impl PartialEq for GetStorageItems
Source§impl Serialize for GetStorageItems
impl Serialize for GetStorageItems
impl StructuralPartialEq for GetStorageItems
Auto Trait Implementations§
impl Freeze for GetStorageItems
impl RefUnwindSafe for GetStorageItems
impl Send for GetStorageItems
impl Sync for GetStorageItems
impl Unpin for GetStorageItems
impl UnwindSafe for GetStorageItems
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