pub struct DeleteSharedStorageEntry {
pub method: DeleteSharedStorageEntryMethod,
pub params: DeleteSharedStorageEntryParams,
}Expand description
Deletes entry for key (if it exists) for a given origin’s shared storage.
deleteSharedStorageEntry
Fields§
§method: DeleteSharedStorageEntryMethod§params: DeleteSharedStorageEntryParamsImplementations§
pub fn builder() -> DeleteSharedStorageEntryBuilder
pub const IDENTIFIER: &'static str = "Storage.deleteSharedStorageEntry"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> DeleteSharedStorageEntry
fn clone(&self) -> DeleteSharedStorageEntry
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 moretype Result = DeleteSharedStorageEntryResult
fn result_from_value(result: Value) -> Result<Self::Result>
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§fn from(v: DeleteSharedStorageEntry) -> Self
fn from(v: DeleteSharedStorageEntry) -> Self
Converts to this type from the input type.
Source§fn from(v: DeleteSharedStorageEntry) -> Self
fn from(v: DeleteSharedStorageEntry) -> Self
Converts to this type from the input type.
Source§fn from(v: DeleteSharedStorageEntry) -> Self
fn from(v: DeleteSharedStorageEntry) -> Self
Converts to this type from the input type.
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§type Error = StorageCommands
type Error = StorageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageCommands,
) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <DeleteSharedStorageEntry as TryFrom<StorageCommands>>::Error>
Performs the conversion.
Auto Trait Implementations§
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