pub struct SetSharedStorageTracking {
pub method: SetSharedStorageTrackingMethod,
pub params: SetSharedStorageTrackingParams,
}Expand description
Enables/disables issuing of sharedStorageAccessed events. setSharedStorageTracking
Fields§
§method: SetSharedStorageTrackingMethod§params: SetSharedStorageTrackingParamsImplementations§
pub fn builder() -> SetSharedStorageTrackingBuilder
pub const IDENTIFIER: &'static str = "Storage.setSharedStorageTracking"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> SetSharedStorageTracking
fn clone(&self) -> SetSharedStorageTracking
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 = SetSharedStorageTrackingResult
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: SetSharedStorageTracking) -> Self
fn from(v: SetSharedStorageTracking) -> Self
Converts to this type from the input type.
Source§fn from(v: SetSharedStorageTracking) -> Self
fn from(v: SetSharedStorageTracking) -> Self
Converts to this type from the input type.
Source§fn from(v: SetSharedStorageTracking) -> Self
fn from(v: SetSharedStorageTracking) -> 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, <SetSharedStorageTracking as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetSharedStorageTracking 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, <SetSharedStorageTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetSharedStorageTracking 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