pub struct CreateGiftcardCreateCodeV1Params {
pub amount: f64,
pub timestamp: i64,
pub token: String,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method create_giftcard_create_code_v1
Fields§
§amount: f64§timestamp: i64§token: String§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for CreateGiftcardCreateCodeV1Params
impl Clone for CreateGiftcardCreateCodeV1Params
Source§fn clone(&self) -> CreateGiftcardCreateCodeV1Params
fn clone(&self) -> CreateGiftcardCreateCodeV1Params
Returns a duplicate of the value. Read more
1.0.0 · 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 CreateGiftcardCreateCodeV1Params
impl Default for CreateGiftcardCreateCodeV1Params
Source§fn default() -> CreateGiftcardCreateCodeV1Params
fn default() -> CreateGiftcardCreateCodeV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateGiftcardCreateCodeV1Params
impl RefUnwindSafe for CreateGiftcardCreateCodeV1Params
impl Send for CreateGiftcardCreateCodeV1Params
impl Sync for CreateGiftcardCreateCodeV1Params
impl Unpin for CreateGiftcardCreateCodeV1Params
impl UnwindSafe for CreateGiftcardCreateCodeV1Params
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