pub struct InterestGroupAuctionNetworkRequestCreatedEventParams {
pub type: InterestGroupAuctionFetchType,
pub request_id: RequestId,
pub auctions: Vec<InterestGroupAuctionId>,
}Fields§
§type: InterestGroupAuctionFetchType§request_id: RequestId§auctions: Vec<InterestGroupAuctionId>This is the set of the auctions using the worklet that issued this request. In the case of trusted signals, it’s possible that only some of them actually care about the keys being queried.
Trait Implementations§
Source§impl Clone for InterestGroupAuctionNetworkRequestCreatedEventParams
impl Clone for InterestGroupAuctionNetworkRequestCreatedEventParams
Source§fn clone(&self) -> InterestGroupAuctionNetworkRequestCreatedEventParams
fn clone(&self) -> InterestGroupAuctionNetworkRequestCreatedEventParams
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 InterestGroupAuctionNetworkRequestCreatedEventParams
impl<'de> Deserialize<'de> for InterestGroupAuctionNetworkRequestCreatedEventParams
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 PartialEq for InterestGroupAuctionNetworkRequestCreatedEventParams
impl PartialEq for InterestGroupAuctionNetworkRequestCreatedEventParams
Source§fn eq(
&self,
other: &InterestGroupAuctionNetworkRequestCreatedEventParams,
) -> bool
fn eq( &self, other: &InterestGroupAuctionNetworkRequestCreatedEventParams, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterestGroupAuctionNetworkRequestCreatedEventParams
Auto Trait Implementations§
impl Freeze for InterestGroupAuctionNetworkRequestCreatedEventParams
impl RefUnwindSafe for InterestGroupAuctionNetworkRequestCreatedEventParams
impl Send for InterestGroupAuctionNetworkRequestCreatedEventParams
impl Sync for InterestGroupAuctionNetworkRequestCreatedEventParams
impl Unpin for InterestGroupAuctionNetworkRequestCreatedEventParams
impl UnsafeUnpin for InterestGroupAuctionNetworkRequestCreatedEventParams
impl UnwindSafe for InterestGroupAuctionNetworkRequestCreatedEventParams
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