pub struct InterestGroupAuctionNetworkRequestCreated {
pub method: InterestGroupAuctionNetworkRequestCreatedMethod,
pub params: InterestGroupAuctionNetworkRequestCreatedParams,
}Expand description
Specifies which auctions a particular network fetch may be related to, and in what role. Note that it is not ordered with respect to Network.requestWillBeSent (but will happen before loadingFinished loadingFailed). interestGroupAuctionNetworkRequestCreated
Fields§
§method: InterestGroupAuctionNetworkRequestCreatedMethod§params: InterestGroupAuctionNetworkRequestCreatedParamsImplementations§
Source§impl InterestGroupAuctionNetworkRequestCreated
impl InterestGroupAuctionNetworkRequestCreated
pub const IDENTIFIER: &'static str = "Storage.interestGroupAuctionNetworkRequestCreated"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for InterestGroupAuctionNetworkRequestCreated
impl Clone for InterestGroupAuctionNetworkRequestCreated
Source§fn clone(&self) -> InterestGroupAuctionNetworkRequestCreated
fn clone(&self) -> InterestGroupAuctionNetworkRequestCreated
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<'de> Deserialize<'de> for InterestGroupAuctionNetworkRequestCreated
impl<'de> Deserialize<'de> for InterestGroupAuctionNetworkRequestCreated
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<InterestGroupAuctionNetworkRequestCreated> for BrowserProtocolEvents
impl From<InterestGroupAuctionNetworkRequestCreated> for BrowserProtocolEvents
Source§fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionNetworkRequestCreated> for Event
impl From<InterestGroupAuctionNetworkRequestCreated> for Event
Source§fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
Converts to this type from the input type.
Source§impl From<InterestGroupAuctionNetworkRequestCreated> for StorageEvents
impl From<InterestGroupAuctionNetworkRequestCreated> for StorageEvents
Source§fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
fn from(v: InterestGroupAuctionNetworkRequestCreated) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InterestGroupAuctionNetworkRequestCreated
impl PartialEq for InterestGroupAuctionNetworkRequestCreated
Source§fn eq(&self, other: &InterestGroupAuctionNetworkRequestCreated) -> bool
fn eq(&self, other: &InterestGroupAuctionNetworkRequestCreated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for InterestGroupAuctionNetworkRequestCreated
impl TryFrom<BrowserProtocolEvents> for InterestGroupAuctionNetworkRequestCreated
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, <InterestGroupAuctionNetworkRequestCreated as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <InterestGroupAuctionNetworkRequestCreated as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<StorageEvents> for InterestGroupAuctionNetworkRequestCreated
impl TryFrom<StorageEvents> for InterestGroupAuctionNetworkRequestCreated
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, <InterestGroupAuctionNetworkRequestCreated as TryFrom<StorageEvents>>::Error>
fn try_from( e: StorageEvents, ) -> Result<Self, <InterestGroupAuctionNetworkRequestCreated as TryFrom<StorageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for InterestGroupAuctionNetworkRequestCreated
Auto Trait Implementations§
impl Freeze for InterestGroupAuctionNetworkRequestCreated
impl RefUnwindSafe for InterestGroupAuctionNetworkRequestCreated
impl Send for InterestGroupAuctionNetworkRequestCreated
impl Sync for InterestGroupAuctionNetworkRequestCreated
impl Unpin for InterestGroupAuctionNetworkRequestCreated
impl UnsafeUnpin for InterestGroupAuctionNetworkRequestCreated
impl UnwindSafe for InterestGroupAuctionNetworkRequestCreated
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