pub struct GetUncachedPositionsRequestQuery {
pub model: Option<String>,
pub direction: Option<GetUncachedPositionsRequestQueryDirection>,
}Fields§
§model: Option<String>Model code to track the account within.
- Example:
Some("Primary_Model_Groups".to_string())
direction: Option<GetUncachedPositionsRequestQueryDirection>The chronologic order of orders to sort by.
a- Display in ascending order.d- Display in descending order.
Trait Implementations§
Source§impl Clone for GetUncachedPositionsRequestQuery
impl Clone for GetUncachedPositionsRequestQuery
Source§fn clone(&self) -> GetUncachedPositionsRequestQuery
fn clone(&self) -> GetUncachedPositionsRequestQuery
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 PartialEq for GetUncachedPositionsRequestQuery
impl PartialEq for GetUncachedPositionsRequestQuery
Source§fn eq(&self, other: &GetUncachedPositionsRequestQuery) -> bool
fn eq(&self, other: &GetUncachedPositionsRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetUncachedPositionsRequestQuery
Auto Trait Implementations§
impl Freeze for GetUncachedPositionsRequestQuery
impl RefUnwindSafe for GetUncachedPositionsRequestQuery
impl Send for GetUncachedPositionsRequestQuery
impl Sync for GetUncachedPositionsRequestQuery
impl Unpin for GetUncachedPositionsRequestQuery
impl UnsafeUnpin for GetUncachedPositionsRequestQuery
impl UnwindSafe for GetUncachedPositionsRequestQuery
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