pub struct LoginToken { /* private fields */ }Expand description
Opaque token from super::Client::request_login_code.
Pass to super::Client::sign_in.
Auto Trait Implementations§
impl Freeze for LoginToken
impl RefUnwindSafe for LoginToken
impl Send for LoginToken
impl Sync for LoginToken
impl Unpin for LoginToken
impl UnsafeUnpin for LoginToken
impl UnwindSafe for LoginToken
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