pub struct TradeQueryCommandSpec {
pub operation: TradeQueryOperation,
pub real_cmd: u16,
pub sim_cmd: u16,
pub real_body: TradeQueryBodyProto,
pub sim_body: TradeQueryBodyProto,
pub real_channel: TradeBackendChannel,
pub sim_channel: TradeBackendChannel,
pub cpp_ref: &'static str,
}Fields§
§operation: TradeQueryOperation§real_cmd: u16§sim_cmd: u16§real_body: TradeQueryBodyProto§sim_body: TradeQueryBodyProto§real_channel: TradeBackendChannel§sim_channel: TradeBackendChannel§cpp_ref: &'static strTrait Implementations§
Source§impl Clone for TradeQueryCommandSpec
impl Clone for TradeQueryCommandSpec
Source§fn clone(&self) -> TradeQueryCommandSpec
fn clone(&self) -> TradeQueryCommandSpec
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 TradeQueryCommandSpec
impl Debug for TradeQueryCommandSpec
Source§impl PartialEq for TradeQueryCommandSpec
impl PartialEq for TradeQueryCommandSpec
impl Copy for TradeQueryCommandSpec
impl Eq for TradeQueryCommandSpec
impl StructuralPartialEq for TradeQueryCommandSpec
Auto Trait Implementations§
impl Freeze for TradeQueryCommandSpec
impl RefUnwindSafe for TradeQueryCommandSpec
impl Send for TradeQueryCommandSpec
impl Sync for TradeQueryCommandSpec
impl Unpin for TradeQueryCommandSpec
impl UnsafeUnpin for TradeQueryCommandSpec
impl UnwindSafe for TradeQueryCommandSpec
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.