pub struct AccountInstrumentsRequest { /* private fields */ }Expand description
Query parameters for account instruments.
Implementations§
Source§impl AccountInstrumentsRequest
impl AccountInstrumentsRequest
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 AccountInstrumentsRequest
impl Clone for AccountInstrumentsRequest
Source§fn clone(&self) -> AccountInstrumentsRequest
fn clone(&self) -> AccountInstrumentsRequest
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 AccountInstrumentsRequest
impl Debug for AccountInstrumentsRequest
Auto Trait Implementations§
impl Freeze for AccountInstrumentsRequest
impl RefUnwindSafe for AccountInstrumentsRequest
impl Send for AccountInstrumentsRequest
impl Sync for AccountInstrumentsRequest
impl Unpin for AccountInstrumentsRequest
impl UnsafeUnpin for AccountInstrumentsRequest
impl UnwindSafe for AccountInstrumentsRequest
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