pub struct UserStatus;Expand description
UserStatus (926).
Implementations§
Source§impl UserStatus
impl UserStatus
pub const LOGGEDIN: i64 = 1
pub const NOTLOGGEDIN: i64 = 2
pub const USERNOTRECOGNISED: i64 = 3
pub const PASSWORDINCORRECT: i64 = 4
pub const PASSWORDCHANGED: i64 = 5
pub const OTHER: i64 = 6
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserStatus
impl RefUnwindSafe for UserStatus
impl Send for UserStatus
impl Sync for UserStatus
impl Unpin for UserStatus
impl UnsafeUnpin for UserStatus
impl UnwindSafe for UserStatus
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