pub struct GamertagChargeData {
pub invoice_request: String,
pub invoice_expires_at: DateTime<Utc>,
pub unit: String,
pub created_at: DateTime<Utc>,
pub status: String,
pub internal_id: Option<String>,
pub amount: String,
pub description: String,
}
Fields§
§invoice_request: String
§invoice_expires_at: DateTime<Utc>
§unit: String
§created_at: DateTime<Utc>
§status: String
§internal_id: Option<String>
§amount: String
§description: String
Trait Implementations§
Source§impl Debug for GamertagChargeData
impl Debug for GamertagChargeData
Source§impl<'de> Deserialize<'de> for GamertagChargeData
impl<'de> Deserialize<'de> for GamertagChargeData
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 GamertagChargeData
impl RefUnwindSafe for GamertagChargeData
impl Send for GamertagChargeData
impl Sync for GamertagChargeData
impl Unpin for GamertagChargeData
impl UnwindSafe for GamertagChargeData
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