Struct minecraft_essentials::Oauth
source · pub struct Oauth { /* private fields */ }Expand description
Minecraft OAuth Authentification Method.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Oauth
impl Send for Oauth
impl Sync for Oauth
impl Unpin for Oauth
impl UnwindSafe for Oauth
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