Struct redox_users::auth::Full
source · pub struct Full { /* private fields */ }
Expand description
Marker type indicating that a User
has access to all user
information, including password hashes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Full
impl RefUnwindSafe for Full
impl Send for Full
impl Sync for Full
impl Unpin for Full
impl UnwindSafe for Full
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