pub struct SetAttributionReportingLocalTestingMode {
pub method: SetAttributionReportingLocalTestingModeMethod,
pub params: SetAttributionReportingLocalTestingModeParams,
}Expand description
https://wicg.github.io/attribution-reporting-api/ setAttributionReportingLocalTestingMode
Fields§
§method: SetAttributionReportingLocalTestingModeMethod§params: SetAttributionReportingLocalTestingModeParamsImplementations§
Source§impl SetAttributionReportingLocalTestingMode
impl SetAttributionReportingLocalTestingMode
pub const IDENTIFIER: &'static str = "Storage.setAttributionReportingLocalTestingMode"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetAttributionReportingLocalTestingMode
impl Clone for SetAttributionReportingLocalTestingMode
Source§fn clone(&self) -> SetAttributionReportingLocalTestingMode
fn clone(&self) -> SetAttributionReportingLocalTestingMode
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§impl CommandResult for SetAttributionReportingLocalTestingMode
impl CommandResult for SetAttributionReportingLocalTestingMode
type Result = SetAttributionReportingLocalTestingModeResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl<'de> Deserialize<'de> for SetAttributionReportingLocalTestingMode
impl<'de> Deserialize<'de> for SetAttributionReportingLocalTestingMode
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§impl From<SetAttributionReportingLocalTestingMode> for BrowserProtocolCommands
impl From<SetAttributionReportingLocalTestingMode> for BrowserProtocolCommands
Source§fn from(v: SetAttributionReportingLocalTestingMode) -> Self
fn from(v: SetAttributionReportingLocalTestingMode) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributionReportingLocalTestingMode> for Command
impl From<SetAttributionReportingLocalTestingMode> for Command
Source§fn from(v: SetAttributionReportingLocalTestingMode) -> Self
fn from(v: SetAttributionReportingLocalTestingMode) -> Self
Converts to this type from the input type.
Source§impl From<SetAttributionReportingLocalTestingMode> for StorageCommands
impl From<SetAttributionReportingLocalTestingMode> for StorageCommands
Source§fn from(v: SetAttributionReportingLocalTestingMode) -> Self
fn from(v: SetAttributionReportingLocalTestingMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetAttributionReportingLocalTestingMode
impl PartialEq for SetAttributionReportingLocalTestingMode
Source§fn eq(&self, other: &SetAttributionReportingLocalTestingMode) -> bool
fn eq(&self, other: &SetAttributionReportingLocalTestingMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for SetAttributionReportingLocalTestingMode
impl TryFrom<BrowserProtocolCommands> for SetAttributionReportingLocalTestingMode
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, <SetAttributionReportingLocalTestingMode as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetAttributionReportingLocalTestingMode as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetAttributionReportingLocalTestingMode
impl TryFrom<StorageCommands> for SetAttributionReportingLocalTestingMode
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, <SetAttributionReportingLocalTestingMode as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetAttributionReportingLocalTestingMode as TryFrom<StorageCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetAttributionReportingLocalTestingMode
Auto Trait Implementations§
impl Freeze for SetAttributionReportingLocalTestingMode
impl RefUnwindSafe for SetAttributionReportingLocalTestingMode
impl Send for SetAttributionReportingLocalTestingMode
impl Sync for SetAttributionReportingLocalTestingMode
impl Unpin for SetAttributionReportingLocalTestingMode
impl UnsafeUnpin for SetAttributionReportingLocalTestingMode
impl UnwindSafe for SetAttributionReportingLocalTestingMode
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