pub struct QueryOrderQuery<'a> {
pub symbol: &'a str,
pub order_id: Option<&'a str>,
pub original_client_order_id: Option<&'a str>,
pub recv_window: Option<u64>,
pub timestamp: DateTime<Utc>,
}Fields§
§symbol: &'a str§order_id: Option<&'a str>§original_client_order_id: Option<&'a str>§recv_window: Option<u64>Max 60000
timestamp: DateTime<Utc>Trait Implementations§
Source§impl<'a> Debug for QueryOrderQuery<'a>
impl<'a> Debug for QueryOrderQuery<'a>
Source§impl<'a> From<QueryOrderParams<'a>> for QueryOrderQuery<'a>
impl<'a> From<QueryOrderParams<'a>> for QueryOrderQuery<'a>
Source§fn from(params: QueryOrderParams<'a>) -> Self
fn from(params: QueryOrderParams<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for QueryOrderQuery<'a>
impl<'a> RefUnwindSafe for QueryOrderQuery<'a>
impl<'a> Send for QueryOrderQuery<'a>
impl<'a> Sync for QueryOrderQuery<'a>
impl<'a> Unpin for QueryOrderQuery<'a>
impl<'a> UnwindSafe for QueryOrderQuery<'a>
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