pub struct GetAuthCode {
pub user_id: u64,
pub client_id: String,
}Fields§
§user_id: u64§client_id: StringTrait Implementations§
Source§impl Debug for GetAuthCode
impl Debug for GetAuthCode
Source§impl<'de> Deserialize<'de> for GetAuthCode
impl<'de> Deserialize<'de> for GetAuthCode
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 GetAuthCode
impl RefUnwindSafe for GetAuthCode
impl Send for GetAuthCode
impl Sync for GetAuthCode
impl Unpin for GetAuthCode
impl UnwindSafe for GetAuthCode
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