pub struct XboxLiveAuthenticationResponseError { /* private fields */ }Expand description
The error response from Xbox when authenticating with a Microsoft token
Trait Implementations§
Source§impl<'de> Deserialize<'de> for XboxLiveAuthenticationResponseError
impl<'de> Deserialize<'de> for XboxLiveAuthenticationResponseError
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 XboxLiveAuthenticationResponseError
impl RefUnwindSafe for XboxLiveAuthenticationResponseError
impl Send for XboxLiveAuthenticationResponseError
impl Sync for XboxLiveAuthenticationResponseError
impl Unpin for XboxLiveAuthenticationResponseError
impl UnwindSafe for XboxLiveAuthenticationResponseError
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