pub struct FillsRequest { /* private fields */ }Expand description
Query parameters for fills.
Implementations§
Source§impl FillsRequest
impl FillsRequest
Sourcepub fn underlying(self, underlying: impl Into<String>) -> Self
pub fn underlying(self, underlying: impl Into<String>) -> Self
Set the underlying filter.
Sourcepub fn after(self, after: impl Into<String>) -> Self
pub fn after(self, after: impl Into<String>) -> Self
Return records after this pagination cursor.
Sourcepub fn before(self, before: impl Into<String>) -> Self
pub fn before(self, before: impl Into<String>) -> Self
Return records before this pagination cursor.
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 FillsRequest
impl Clone for FillsRequest
Source§fn clone(&self) -> FillsRequest
fn clone(&self) -> FillsRequest
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 FillsRequest
impl Debug for FillsRequest
Source§impl Default for FillsRequest
impl Default for FillsRequest
Source§fn default() -> FillsRequest
fn default() -> FillsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FillsRequest
impl RefUnwindSafe for FillsRequest
impl Send for FillsRequest
impl Sync for FillsRequest
impl Unpin for FillsRequest
impl UnsafeUnpin for FillsRequest
impl UnwindSafe for FillsRequest
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