pub struct PredictionWalletPnlParams { /* private fields */ }Implementations§
Source§impl PredictionWalletPnlParams
impl PredictionWalletPnlParams
pub fn condition_id<T>(self, value: T) -> Self
pub fn cursor<T>(self, value: T) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn order<T>(self, value: T) -> Self
pub fn sort_by<T>(self, value: T) -> Self
pub fn token_id<T>(self, value: T) -> Self
pub fn tag<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PredictionWalletPnlParams
impl Clone for PredictionWalletPnlParams
Source§fn clone(&self) -> PredictionWalletPnlParams
fn clone(&self) -> PredictionWalletPnlParams
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 PredictionWalletPnlParams
impl Debug for PredictionWalletPnlParams
Source§impl Default for PredictionWalletPnlParams
impl Default for PredictionWalletPnlParams
Source§impl From<PredictionWalletPnlParams> for PredictionWalletPnlParams
impl From<PredictionWalletPnlParams> for PredictionWalletPnlParams
Source§fn from(value: PredictionWalletPnlParams) -> Self
fn from(value: PredictionWalletPnlParams) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PredictionWalletPnlParams> for PredictionWalletPnlParams
impl TryFrom<PredictionWalletPnlParams> for PredictionWalletPnlParams
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PredictionWalletPnlParams) -> Result<Self, ConversionError>
fn try_from(value: PredictionWalletPnlParams) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PredictionWalletPnlParams
impl RefUnwindSafe for PredictionWalletPnlParams
impl Send for PredictionWalletPnlParams
impl Sync for PredictionWalletPnlParams
impl Unpin for PredictionWalletPnlParams
impl UnsafeUnpin for PredictionWalletPnlParams
impl UnwindSafe for PredictionWalletPnlParams
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