pub struct XboxLiveAuth {
pub token: String,
pub user_hash: String,
}
Expand description
Just the important data
Fields§
§token: String
§user_hash: String
Trait Implementations§
Source§impl Debug for XboxLiveAuth
impl Debug for XboxLiveAuth
Source§impl<'de> Deserialize<'de> for XboxLiveAuth
impl<'de> Deserialize<'de> for XboxLiveAuth
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 XboxLiveAuth
impl RefUnwindSafe for XboxLiveAuth
impl Send for XboxLiveAuth
impl Sync for XboxLiveAuth
impl Unpin for XboxLiveAuth
impl UnwindSafe for XboxLiveAuth
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