pub struct SharedStorageWorkletOperationExecutionFinished {
pub method: SharedStorageWorkletOperationExecutionFinishedMethod,
pub params: SharedStorageWorkletOperationExecutionFinishedParams,
}Expand description
A shared storage run or selectURL operation finished its execution. The following parameters are included in all events. sharedStorageWorkletOperationExecutionFinished
Fields§
§method: SharedStorageWorkletOperationExecutionFinishedMethod§params: SharedStorageWorkletOperationExecutionFinishedParamsImplementations§
pub const IDENTIFIER: &'static str = "Storage.sharedStorageWorkletOperationExecutionFinished"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§fn clone(&self) -> SharedStorageWorkletOperationExecutionFinished
fn clone(&self) -> SharedStorageWorkletOperationExecutionFinished
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: SharedStorageWorkletOperationExecutionFinished) -> Self
fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
Converts to this type from the input type.
Source§fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
fn from(v: SharedStorageWorkletOperationExecutionFinished) -> Self
Converts to this type from the input type.
Source§fn eq(&self, other: &SharedStorageWorkletOperationExecutionFinished) -> bool
fn eq(&self, other: &SharedStorageWorkletOperationExecutionFinished) -> bool
Tests for
self and other values to be equal, and is used by ==.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, <SharedStorageWorkletOperationExecutionFinished as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <SharedStorageWorkletOperationExecutionFinished 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, <SharedStorageWorkletOperationExecutionFinished as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <SharedStorageWorkletOperationExecutionFinished 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