pub struct BatchCancelParams {
pub orders: Vec<IntOrString>,
pub token: Token,
pub client_order_id: Option<Vec<String>>,
}
Fields§
§orders: Vec<IntOrString>
§token: Token
§client_order_id: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for BatchCancelParams
impl Debug for BatchCancelParams
Auto Trait Implementations§
impl Freeze for BatchCancelParams
impl RefUnwindSafe for BatchCancelParams
impl Send for BatchCancelParams
impl Sync for BatchCancelParams
impl Unpin for BatchCancelParams
impl UnwindSafe for BatchCancelParams
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