pub struct BatchCreateOrdersResult {
pub results: Vec<BatchCreateResultItem>,
pub accepted_count: u32,
pub rejected_count: u32,
}Fields§
§results: Vec<BatchCreateResultItem>§accepted_count: u32§rejected_count: u32Trait Implementations§
Source§impl Clone for BatchCreateOrdersResult
impl Clone for BatchCreateOrdersResult
Source§fn clone(&self) -> BatchCreateOrdersResult
fn clone(&self) -> BatchCreateOrdersResult
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 BatchCreateOrdersResult
impl Debug for BatchCreateOrdersResult
impl Eq for BatchCreateOrdersResult
Source§impl PartialEq for BatchCreateOrdersResult
impl PartialEq for BatchCreateOrdersResult
impl StructuralPartialEq for BatchCreateOrdersResult
Auto Trait Implementations§
impl Freeze for BatchCreateOrdersResult
impl RefUnwindSafe for BatchCreateOrdersResult
impl Send for BatchCreateOrdersResult
impl Sync for BatchCreateOrdersResult
impl Unpin for BatchCreateOrdersResult
impl UnsafeUnpin for BatchCreateOrdersResult
impl UnwindSafe for BatchCreateOrdersResult
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.