pub struct RecurringGetRecurringOrderParams {
pub include_failed_tx: bool,
pub mint: Option<String>,
pub order_status: RecurringOrderState,
pub page: Option<i64>,
pub recurring_type: RecurringRecurringOrderType,
pub user: String,
}Fields§
§include_failed_tx: bool§mint: Option<String>§order_status: RecurringOrderState§page: Option<i64>Constraint: minimum=1
recurring_type: RecurringRecurringOrderType§user: StringTrait Implementations§
Source§impl Clone for RecurringGetRecurringOrderParams
impl Clone for RecurringGetRecurringOrderParams
Source§fn clone(&self) -> RecurringGetRecurringOrderParams
fn clone(&self) -> RecurringGetRecurringOrderParams
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<'de> Deserialize<'de> for RecurringGetRecurringOrderParams
impl<'de> Deserialize<'de> for RecurringGetRecurringOrderParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RecurringGetRecurringOrderParams
impl RefUnwindSafe for RecurringGetRecurringOrderParams
impl Send for RecurringGetRecurringOrderParams
impl Sync for RecurringGetRecurringOrderParams
impl Unpin for RecurringGetRecurringOrderParams
impl UnsafeUnpin for RecurringGetRecurringOrderParams
impl UnwindSafe for RecurringGetRecurringOrderParams
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