pub enum Transection {
Buy,
Sell,
}Variants§
Trait Implementations§
Source§impl Clone for Transection
impl Clone for Transection
Source§fn clone(&self) -> Transection
fn clone(&self) -> Transection
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 moreSource§impl Debug for Transection
impl Debug for Transection
Source§impl PartialEq for Transection
impl PartialEq for Transection
impl StructuralPartialEq for Transection
Auto Trait Implementations§
impl Freeze for Transection
impl RefUnwindSafe for Transection
impl Send for Transection
impl Sync for Transection
impl Unpin for Transection
impl UnsafeUnpin for Transection
impl UnwindSafe for Transection
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