pub struct AccountPositionTiersRequest { /* private fields */ }Expand description
Query parameters for account position tiers.
Implementations§
Source§impl AccountPositionTiersRequest
impl AccountPositionTiersRequest
Sourcepub fn underlying(self, underlying: impl Into<String>) -> Self
pub fn underlying(self, underlying: impl Into<String>) -> Self
Set the underlying filter.
Sourcepub fn inst_family(self, inst_family: impl Into<String>) -> Self
pub fn inst_family(self, inst_family: impl Into<String>) -> Self
Set the instrument family filter.
Trait Implementations§
Source§impl Clone for AccountPositionTiersRequest
impl Clone for AccountPositionTiersRequest
Source§fn clone(&self) -> AccountPositionTiersRequest
fn clone(&self) -> AccountPositionTiersRequest
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 moreSource§impl Debug for AccountPositionTiersRequest
impl Debug for AccountPositionTiersRequest
Source§impl Default for AccountPositionTiersRequest
impl Default for AccountPositionTiersRequest
Source§fn default() -> AccountPositionTiersRequest
fn default() -> AccountPositionTiersRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccountPositionTiersRequest
impl RefUnwindSafe for AccountPositionTiersRequest
impl Send for AccountPositionTiersRequest
impl Sync for AccountPositionTiersRequest
impl Unpin for AccountPositionTiersRequest
impl UnsafeUnpin for AccountPositionTiersRequest
impl UnwindSafe for AccountPositionTiersRequest
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