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