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