pub struct PreListingInfo {
pub cur_auction_phase: String,
pub phases: Vec<PreListingPhase>,
pub auction_fee_info: AuctionFeeInfo,
}Fields§
§cur_auction_phase: String§phases: Vec<PreListingPhase>§auction_fee_info: AuctionFeeInfoTrait Implementations§
Source§impl Clone for PreListingInfo
impl Clone for PreListingInfo
Source§fn clone(&self) -> PreListingInfo
fn clone(&self) -> PreListingInfo
Returns a copy 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 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
Auto Trait Implementations§
impl Freeze for PreListingInfo
impl RefUnwindSafe for PreListingInfo
impl Send for PreListingInfo
impl Sync for PreListingInfo
impl Unpin 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