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