pub struct InterestGroupAuctionEventOccurredEventParams {
pub event_time: TimeSinceEpoch,
pub type: InterestGroupAuctionEventType,
pub unique_auction_id: InterestGroupAuctionId,
pub parent_auction_id: Option<InterestGroupAuctionId>,
}Fields§
§event_time: TimeSinceEpoch§type: InterestGroupAuctionEventType§unique_auction_id: InterestGroupAuctionId§parent_auction_id: Option<InterestGroupAuctionId>Trait Implementations§
Source§impl Clone for InterestGroupAuctionEventOccurredEventParams
impl Clone for InterestGroupAuctionEventOccurredEventParams
Source§fn clone(&self) -> InterestGroupAuctionEventOccurredEventParams
fn clone(&self) -> InterestGroupAuctionEventOccurredEventParams
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 InterestGroupAuctionEventOccurredEventParams
impl<'de> Deserialize<'de> for InterestGroupAuctionEventOccurredEventParams
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 InterestGroupAuctionEventOccurredEventParams
impl PartialEq for InterestGroupAuctionEventOccurredEventParams
Source§fn eq(&self, other: &InterestGroupAuctionEventOccurredEventParams) -> bool
fn eq(&self, other: &InterestGroupAuctionEventOccurredEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterestGroupAuctionEventOccurredEventParams
Auto Trait Implementations§
impl Freeze for InterestGroupAuctionEventOccurredEventParams
impl RefUnwindSafe for InterestGroupAuctionEventOccurredEventParams
impl Send for InterestGroupAuctionEventOccurredEventParams
impl Sync for InterestGroupAuctionEventOccurredEventParams
impl Unpin for InterestGroupAuctionEventOccurredEventParams
impl UnwindSafe for InterestGroupAuctionEventOccurredEventParams
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