pub struct NativeBatchOrderParams {
pub batch_orders: String,
}Expand description
Parameters for native Binance batch order operations (max 5 orders)
Fields§
§batch_orders: StringJSON string containing the array of orders for batch processing
Trait Implementations§
Source§impl Clone for NativeBatchOrderParams
impl Clone for NativeBatchOrderParams
Source§fn clone(&self) -> NativeBatchOrderParams
fn clone(&self) -> NativeBatchOrderParams
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeBatchOrderParams
impl Debug for NativeBatchOrderParams
Auto Trait Implementations§
impl Freeze for NativeBatchOrderParams
impl RefUnwindSafe for NativeBatchOrderParams
impl Send for NativeBatchOrderParams
impl Sync for NativeBatchOrderParams
impl Unpin for NativeBatchOrderParams
impl UnwindSafe for NativeBatchOrderParams
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