pub struct PreListingInfo {
pub cur_auction_phase: CurAuctionPhase,
pub phases: Vec<Phase>,
pub auction_fee_info: AuctionFeeInfo,
}Fields§
§cur_auction_phase: CurAuctionPhase§phases: Vec<Phase>§auction_fee_info: AuctionFeeInfoTrait Implementations§
Source§impl Debug for PreListingInfo
impl Debug for PreListingInfo
Source§impl<'de> Deserialize<'de> for PreListingInfo
impl<'de> Deserialize<'de> for PreListingInfo
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 PreListingInfo
impl PartialEq for PreListingInfo
Source§fn eq(&self, other: &PreListingInfo) -> bool
fn eq(&self, other: &PreListingInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreListingInfo
Auto Trait Implementations§
impl Freeze for PreListingInfo
impl RefUnwindSafe for PreListingInfo
impl Send for PreListingInfo
impl Sync for PreListingInfo
impl Unpin for PreListingInfo
impl UnsafeUnpin for PreListingInfo
impl UnwindSafe for PreListingInfo
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