pub struct CreateGiftcardBuyCodeV1RespData {
pub code: Option<String>,
pub expired_time: Option<i64>,
pub reference_no: Option<String>,
}Fields§
§code: Option<String>§expired_time: Option<i64>§reference_no: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CreateGiftcardBuyCodeV1RespData
impl Clone for CreateGiftcardBuyCodeV1RespData
Source§fn clone(&self) -> CreateGiftcardBuyCodeV1RespData
fn clone(&self) -> CreateGiftcardBuyCodeV1RespData
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 CreateGiftcardBuyCodeV1RespData
impl Default for CreateGiftcardBuyCodeV1RespData
Source§fn default() -> CreateGiftcardBuyCodeV1RespData
fn default() -> CreateGiftcardBuyCodeV1RespData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateGiftcardBuyCodeV1RespData
impl<'de> Deserialize<'de> for CreateGiftcardBuyCodeV1RespData
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
Source§impl PartialEq for CreateGiftcardBuyCodeV1RespData
impl PartialEq for CreateGiftcardBuyCodeV1RespData
Source§fn eq(&self, other: &CreateGiftcardBuyCodeV1RespData) -> bool
fn eq(&self, other: &CreateGiftcardBuyCodeV1RespData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateGiftcardBuyCodeV1RespData
Auto Trait Implementations§
impl Freeze for CreateGiftcardBuyCodeV1RespData
impl RefUnwindSafe for CreateGiftcardBuyCodeV1RespData
impl Send for CreateGiftcardBuyCodeV1RespData
impl Sync for CreateGiftcardBuyCodeV1RespData
impl Unpin for CreateGiftcardBuyCodeV1RespData
impl UnsafeUnpin for CreateGiftcardBuyCodeV1RespData
impl UnwindSafe for CreateGiftcardBuyCodeV1RespData
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