pub struct TradeSessionKind(/* private fields */);Trait Implementations§
Source§impl Clone for TradeSessionKind
impl Clone for TradeSessionKind
Source§fn clone(&self) -> TradeSessionKind
fn clone(&self) -> TradeSessionKind
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 TradeSessionKind
impl Debug for TradeSessionKind
Source§impl PartialEq for TradeSessionKind
impl PartialEq for TradeSessionKind
Source§impl TradeSessionType for TradeSessionKind
impl TradeSessionType for TradeSessionKind
impl Copy for TradeSessionKind
impl Eq for TradeSessionKind
impl StructuralPartialEq for TradeSessionKind
Auto Trait Implementations§
impl Freeze for TradeSessionKind
impl RefUnwindSafe for TradeSessionKind
impl Send for TradeSessionKind
impl Sync for TradeSessionKind
impl Unpin for TradeSessionKind
impl UnsafeUnpin for TradeSessionKind
impl UnwindSafe for TradeSessionKind
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