pub struct DeliveryExerciseHistoryRequest { /* private fields */ }Expand description
Query parameters for delivery/exercise history.
Implementations§
Source§impl DeliveryExerciseHistoryRequest
impl DeliveryExerciseHistoryRequest
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.
Sourcepub fn after(self, after: impl Into<String>) -> Self
pub fn after(self, after: impl Into<String>) -> Self
Return records after this pagination cursor.
Trait Implementations§
Source§impl Clone for DeliveryExerciseHistoryRequest
impl Clone for DeliveryExerciseHistoryRequest
Source§fn clone(&self) -> DeliveryExerciseHistoryRequest
fn clone(&self) -> DeliveryExerciseHistoryRequest
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 moreAuto Trait Implementations§
impl Freeze for DeliveryExerciseHistoryRequest
impl RefUnwindSafe for DeliveryExerciseHistoryRequest
impl Send for DeliveryExerciseHistoryRequest
impl Sync for DeliveryExerciseHistoryRequest
impl Unpin for DeliveryExerciseHistoryRequest
impl UnsafeUnpin for DeliveryExerciseHistoryRequest
impl UnwindSafe for DeliveryExerciseHistoryRequest
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