pub struct InsuranceFundRequest { /* private fields */ }Expand description
Query parameters for insurance fund snapshots.
Implementations§
Source§impl InsuranceFundRequest
impl InsuranceFundRequest
Sourcepub fn underlying(self, underlying: impl Into<String>) -> Self
pub fn underlying(self, underlying: impl Into<String>) -> Self
Set the underlying filter.
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 after(self, after: impl Into<String>) -> Self
pub fn after(self, after: impl Into<String>) -> Self
Return records after 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 InsuranceFundRequest
impl Clone for InsuranceFundRequest
Source§fn clone(&self) -> InsuranceFundRequest
fn clone(&self) -> InsuranceFundRequest
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 InsuranceFundRequest
impl Debug for InsuranceFundRequest
Auto Trait Implementations§
impl Freeze for InsuranceFundRequest
impl RefUnwindSafe for InsuranceFundRequest
impl Send for InsuranceFundRequest
impl Sync for InsuranceFundRequest
impl Unpin for InsuranceFundRequest
impl UnsafeUnpin for InsuranceFundRequest
impl UnwindSafe for InsuranceFundRequest
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