pub struct XboxAuthResponse {
pub issue_instant: String,
pub not_after: String,
pub token: String,
pub display_claims: DisplayClaims,
}Fields§
§issue_instant: String§not_after: String§token: String§display_claims: DisplayClaimsTrait Implementations§
Source§impl Debug for XboxAuthResponse
impl Debug for XboxAuthResponse
Source§impl<'de> Deserialize<'de> for XboxAuthResponse
impl<'de> Deserialize<'de> for XboxAuthResponse
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 XboxAuthResponse
impl RefUnwindSafe for XboxAuthResponse
impl Send for XboxAuthResponse
impl Sync for XboxAuthResponse
impl Unpin for XboxAuthResponse
impl UnwindSafe for XboxAuthResponse
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