pub struct StakingDefiActiveOrdersRequest { /* private fields */ }Expand description
Query parameters for GET /api/v5/finance/staking-defi/orders-active.
Implementations§
Source§impl StakingDefiActiveOrdersRequest
impl StakingDefiActiveOrdersRequest
Sourcepub fn product_id(self, value: impl Into<String>) -> Self
pub fn product_id(self, value: impl Into<String>) -> Self
Filter by product ID.
Sourcepub fn protocol_type(self, value: impl Into<String>) -> Self
pub fn protocol_type(self, value: impl Into<String>) -> Self
Filter by staking or defi protocol type.
Trait Implementations§
Source§impl Clone for StakingDefiActiveOrdersRequest
impl Clone for StakingDefiActiveOrdersRequest
Source§fn clone(&self) -> StakingDefiActiveOrdersRequest
fn clone(&self) -> StakingDefiActiveOrdersRequest
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 Default for StakingDefiActiveOrdersRequest
impl Default for StakingDefiActiveOrdersRequest
Source§fn default() -> StakingDefiActiveOrdersRequest
fn default() -> StakingDefiActiveOrdersRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StakingDefiActiveOrdersRequest
impl RefUnwindSafe for StakingDefiActiveOrdersRequest
impl Send for StakingDefiActiveOrdersRequest
impl Sync for StakingDefiActiveOrdersRequest
impl Unpin for StakingDefiActiveOrdersRequest
impl UnsafeUnpin for StakingDefiActiveOrdersRequest
impl UnwindSafe for StakingDefiActiveOrdersRequest
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