pub struct GetOrderOpts {
pub key: OrderKey,
pub subaccount_id: Option<u64>,
pub include_attached_risk: bool,
pub include_attached_risk_state: bool,
}Expand description
Options for crate::services::OrdersService::get_with.
Fields§
§key: OrderKey§subaccount_id: Option<u64>§include_attached_risk: bool§include_attached_risk_state: boolTrait Implementations§
Source§impl Clone for GetOrderOpts
impl Clone for GetOrderOpts
Source§fn clone(&self) -> GetOrderOpts
fn clone(&self) -> GetOrderOpts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetOrderOpts
impl RefUnwindSafe for GetOrderOpts
impl Send for GetOrderOpts
impl Sync for GetOrderOpts
impl Unpin for GetOrderOpts
impl UnsafeUnpin for GetOrderOpts
impl UnwindSafe for GetOrderOpts
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