pub struct CryptoTradeCommandSpec {
pub operation: CryptoTradeOperation,
pub cmd: u16,
pub body: CryptoTradeBodyProto,
pub channel: TradeBackendChannel,
pub cpp_ref: &'static str,
}Fields§
§operation: CryptoTradeOperation§cmd: u16§body: CryptoTradeBodyProto§channel: TradeBackendChannel§cpp_ref: &'static strTrait Implementations§
Source§impl Clone for CryptoTradeCommandSpec
impl Clone for CryptoTradeCommandSpec
Source§fn clone(&self) -> CryptoTradeCommandSpec
fn clone(&self) -> CryptoTradeCommandSpec
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 CryptoTradeCommandSpec
impl Debug for CryptoTradeCommandSpec
Source§impl PartialEq for CryptoTradeCommandSpec
impl PartialEq for CryptoTradeCommandSpec
impl Copy for CryptoTradeCommandSpec
impl Eq for CryptoTradeCommandSpec
impl StructuralPartialEq for CryptoTradeCommandSpec
Auto Trait Implementations§
impl Freeze for CryptoTradeCommandSpec
impl RefUnwindSafe for CryptoTradeCommandSpec
impl Send for CryptoTradeCommandSpec
impl Sync for CryptoTradeCommandSpec
impl Unpin for CryptoTradeCommandSpec
impl UnsafeUnpin for CryptoTradeCommandSpec
impl UnwindSafe for CryptoTradeCommandSpec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.