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