pub enum OutKindArg {
Sell,
Spend,
Gift,
Donate,
}Variants§
Trait Implementations§
Source§impl Clone for OutKindArg
impl Clone for OutKindArg
Source§fn clone(&self) -> OutKindArg
fn clone(&self) -> OutKindArg
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 OutKindArg
Source§impl ValueEnum for OutKindArg
impl ValueEnum for OutKindArg
Auto Trait Implementations§
impl Freeze for OutKindArg
impl RefUnwindSafe for OutKindArg
impl Send for OutKindArg
impl Sync for OutKindArg
impl Unpin for OutKindArg
impl UnsafeUnpin for OutKindArg
impl UnwindSafe for OutKindArg
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