pub struct QueryOrderParams { /* private fields */ }Implementations§
Source§impl QueryOrderParams
impl QueryOrderParams
pub fn new(symbol: &str) -> Self
pub fn is_isolated(self, is_isolated: &str) -> Self
pub fn order_id(self, order_id: i64) -> Self
pub fn orig_client_order_id(self, orig_client_order_id: &str) -> Self
pub fn recv_window(self, recv_window: i64) -> Self
Trait Implementations§
Source§impl Debug for QueryOrderParams
impl Debug for QueryOrderParams
Source§impl Params for QueryOrderParams
impl Params for QueryOrderParams
Auto Trait Implementations§
impl Freeze for QueryOrderParams
impl RefUnwindSafe for QueryOrderParams
impl Send for QueryOrderParams
impl Sync for QueryOrderParams
impl Unpin for QueryOrderParams
impl UnwindSafe for QueryOrderParams
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