pub enum BatchElement {
Place(PlaceBatchElement),
Cancel(CancelBatchElement),
}Expand description
A single element in a batch order request.
Variants§
Trait Implementations§
Source§impl Clone for BatchElement
impl Clone for BatchElement
Source§fn clone(&self) -> BatchElement
fn clone(&self) -> BatchElement
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 BatchElement
impl Debug for BatchElement
Auto Trait Implementations§
impl Freeze for BatchElement
impl RefUnwindSafe for BatchElement
impl Send for BatchElement
impl Sync for BatchElement
impl Unpin for BatchElement
impl UnwindSafe for BatchElement
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