pub enum ListingType {
BuyNow,
Auction,
}Variants§
Trait Implementations§
Source§impl Clone for ListingType
impl Clone for ListingType
Source§fn clone(&self) -> ListingType
fn clone(&self) -> ListingType
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 Debug for ListingType
impl Debug for ListingType
impl Copy for ListingType
Auto Trait Implementations§
impl Freeze for ListingType
impl RefUnwindSafe for ListingType
impl Send for ListingType
impl Sync for ListingType
impl Unpin for ListingType
impl UnwindSafe for ListingType
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