pub struct SharedStorageAccessed {
pub method: SharedStorageAccessedMethod,
pub params: SharedStorageAccessedParams,
}Expand description
Shared storage was accessed by the associated page. The following parameters are included in all events. sharedStorageAccessed
Fields§
§method: SharedStorageAccessedMethod§params: SharedStorageAccessedParamsImplementations§
pub const IDENTIFIER: &'static str = "Storage.sharedStorageAccessed"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> SharedStorageAccessed
fn clone(&self) -> SharedStorageAccessed
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§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: SharedStorageAccessed) -> Self
fn from(v: SharedStorageAccessed) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageAccessed) -> Self
fn from(v: SharedStorageAccessed) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageAccessed) -> Self
fn from(v: SharedStorageAccessed) -> Self
Converts to this type from the input type.
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <SharedStorageAccessed as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <SharedStorageAccessed as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§type Error = StorageEvents
type Error = StorageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: StorageEvents,
) -> Result<Self, <SharedStorageAccessed as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <SharedStorageAccessed as TryFrom<StorageEvents>>::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