pub struct GetSharedStorageMetadata {
pub method: GetSharedStorageMetadataMethod,
pub params: GetSharedStorageMetadataParams,
}Expand description
Gets metadata for an origin’s shared storage. getSharedStorageMetadata
Fields§
§method: GetSharedStorageMetadataMethod§params: GetSharedStorageMetadataParamsImplementations§
pub fn builder() -> GetSharedStorageMetadataBuilder
pub const IDENTIFIER: &'static str = "Storage.getSharedStorageMetadata"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> GetSharedStorageMetadata
fn clone(&self) -> GetSharedStorageMetadata
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 = GetSharedStorageMetadataResult
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: GetSharedStorageMetadata) -> Self
fn from(v: GetSharedStorageMetadata) -> Self
Converts to this type from the input type.
Source§fn from(v: GetSharedStorageMetadata) -> Self
fn from(v: GetSharedStorageMetadata) -> Self
Converts to this type from the input type.
Source§fn from(v: GetSharedStorageMetadata) -> Self
fn from(v: GetSharedStorageMetadata) -> 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, <GetSharedStorageMetadata as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetSharedStorageMetadata 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, <GetSharedStorageMetadata as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <GetSharedStorageMetadata 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