pub struct SetInterestGroupAuctionTracking {
pub method: SetInterestGroupAuctionTrackingMethod,
pub params: SetInterestGroupAuctionTrackingParams,
}Expand description
Enables/Disables issuing of interestGroupAuctionEventOccurred and interestGroupAuctionNetworkRequestCreated. setInterestGroupAuctionTracking
Fields§
§method: SetInterestGroupAuctionTrackingMethod§params: SetInterestGroupAuctionTrackingParamsImplementations§
Source§impl SetInterestGroupAuctionTracking
impl SetInterestGroupAuctionTracking
pub fn builder() -> SetInterestGroupAuctionTrackingBuilder
Source§impl SetInterestGroupAuctionTracking
impl SetInterestGroupAuctionTracking
pub const IDENTIFIER: &'static str = "Storage.setInterestGroupAuctionTracking"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetInterestGroupAuctionTracking
impl Clone for SetInterestGroupAuctionTracking
Source§fn clone(&self) -> SetInterestGroupAuctionTracking
fn clone(&self) -> SetInterestGroupAuctionTracking
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 SetInterestGroupAuctionTracking
impl CommandResult for SetInterestGroupAuctionTracking
type Result = SetInterestGroupAuctionTrackingResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl<'de> Deserialize<'de> for SetInterestGroupAuctionTracking
impl<'de> Deserialize<'de> for SetInterestGroupAuctionTracking
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<SetInterestGroupAuctionTracking> for BrowserProtocolCommands
impl From<SetInterestGroupAuctionTracking> for BrowserProtocolCommands
Source§fn from(v: SetInterestGroupAuctionTracking) -> Self
fn from(v: SetInterestGroupAuctionTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetInterestGroupAuctionTracking> for Command
impl From<SetInterestGroupAuctionTracking> for Command
Source§fn from(v: SetInterestGroupAuctionTracking) -> Self
fn from(v: SetInterestGroupAuctionTracking) -> Self
Converts to this type from the input type.
Source§impl From<SetInterestGroupAuctionTracking> for StorageCommands
impl From<SetInterestGroupAuctionTracking> for StorageCommands
Source§fn from(v: SetInterestGroupAuctionTracking) -> Self
fn from(v: SetInterestGroupAuctionTracking) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetInterestGroupAuctionTracking
impl PartialEq for SetInterestGroupAuctionTracking
Source§fn eq(&self, other: &SetInterestGroupAuctionTracking) -> bool
fn eq(&self, other: &SetInterestGroupAuctionTracking) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for SetInterestGroupAuctionTracking
impl TryFrom<BrowserProtocolCommands> for SetInterestGroupAuctionTracking
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, <SetInterestGroupAuctionTracking as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetInterestGroupAuctionTracking as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageCommands> for SetInterestGroupAuctionTracking
impl TryFrom<StorageCommands> for SetInterestGroupAuctionTracking
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, <SetInterestGroupAuctionTracking as TryFrom<StorageCommands>>::Error>
fn try_from( e: StorageCommands, ) -> Result<Self, <SetInterestGroupAuctionTracking as TryFrom<StorageCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetInterestGroupAuctionTracking
Auto Trait Implementations§
impl Freeze for SetInterestGroupAuctionTracking
impl RefUnwindSafe for SetInterestGroupAuctionTracking
impl Send for SetInterestGroupAuctionTracking
impl Sync for SetInterestGroupAuctionTracking
impl Unpin for SetInterestGroupAuctionTracking
impl UnsafeUnpin for SetInterestGroupAuctionTracking
impl UnwindSafe for SetInterestGroupAuctionTracking
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