pub struct GetComboPositionsRequestQuery {
pub nocache: Option<bool>,
}Fields§
§nocache: Option<bool>Set if request should be made without caching.
Trait Implementations§
Source§impl Clone for GetComboPositionsRequestQuery
impl Clone for GetComboPositionsRequestQuery
Source§fn clone(&self) -> GetComboPositionsRequestQuery
fn clone(&self) -> GetComboPositionsRequestQuery
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 GetComboPositionsRequestQuery
impl PartialEq for GetComboPositionsRequestQuery
Source§fn eq(&self, other: &GetComboPositionsRequestQuery) -> bool
fn eq(&self, other: &GetComboPositionsRequestQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetComboPositionsRequestQuery
Auto Trait Implementations§
impl Freeze for GetComboPositionsRequestQuery
impl RefUnwindSafe for GetComboPositionsRequestQuery
impl Send for GetComboPositionsRequestQuery
impl Sync for GetComboPositionsRequestQuery
impl Unpin for GetComboPositionsRequestQuery
impl UnsafeUnpin for GetComboPositionsRequestQuery
impl UnwindSafe for GetComboPositionsRequestQuery
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