pub struct SetStorageItems {
pub id: String,
pub storage_area: StorageArea,
}Fields§
§id: String§storage_area: StorageAreaTrait 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
Source§impl<'de> Deserialize<'de> for SetStorageItems
impl<'de> Deserialize<'de> for SetStorageItems
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 SetStorageItems
impl Method for SetStorageItems
const NAME: &'static str = "Extensions.setStorageItems"
type ReturnObject = SetStorageItemsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetStorageItems
impl PartialEq for SetStorageItems
Source§impl Serialize for SetStorageItems
impl Serialize for SetStorageItems
impl StructuralPartialEq 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 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