pub enum PlatformMakerQuickstartSide {
Both,
Buy,
Sell,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformMakerQuickstartSide
impl Clone for PlatformMakerQuickstartSide
Source§fn clone(&self) -> PlatformMakerQuickstartSide
fn clone(&self) -> PlatformMakerQuickstartSide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformMakerQuickstartSide
Source§impl Debug for PlatformMakerQuickstartSide
impl Debug for PlatformMakerQuickstartSide
impl Eq for PlatformMakerQuickstartSide
impl StructuralPartialEq for PlatformMakerQuickstartSide
Auto Trait Implementations§
impl Freeze for PlatformMakerQuickstartSide
impl RefUnwindSafe for PlatformMakerQuickstartSide
impl Send for PlatformMakerQuickstartSide
impl Sync for PlatformMakerQuickstartSide
impl Unpin for PlatformMakerQuickstartSide
impl UnsafeUnpin for PlatformMakerQuickstartSide
impl UnwindSafe for PlatformMakerQuickstartSide
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