pub struct SetInterestGroupAuctionTrackingResult {}Trait Implementations§
Source§impl Clone for SetInterestGroupAuctionTrackingResult
impl Clone for SetInterestGroupAuctionTrackingResult
Source§fn clone(&self) -> SetInterestGroupAuctionTrackingResult
fn clone(&self) -> SetInterestGroupAuctionTrackingResult
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 Default for SetInterestGroupAuctionTrackingResult
impl Default for SetInterestGroupAuctionTrackingResult
Source§fn default() -> SetInterestGroupAuctionTrackingResult
fn default() -> SetInterestGroupAuctionTrackingResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetInterestGroupAuctionTrackingResult
impl<'de> Deserialize<'de> for SetInterestGroupAuctionTrackingResult
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 SetInterestGroupAuctionTrackingResult
impl PartialEq for SetInterestGroupAuctionTrackingResult
Source§fn eq(&self, other: &SetInterestGroupAuctionTrackingResult) -> bool
fn eq(&self, other: &SetInterestGroupAuctionTrackingResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetInterestGroupAuctionTrackingResult
Auto Trait Implementations§
impl Freeze for SetInterestGroupAuctionTrackingResult
impl RefUnwindSafe for SetInterestGroupAuctionTrackingResult
impl Send for SetInterestGroupAuctionTrackingResult
impl Sync for SetInterestGroupAuctionTrackingResult
impl Unpin for SetInterestGroupAuctionTrackingResult
impl UnsafeUnpin for SetInterestGroupAuctionTrackingResult
impl UnwindSafe for SetInterestGroupAuctionTrackingResult
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