pub struct UnknownUserError;
Trait Implementations§
Source§impl ErrorKind for UnknownUserError
impl ErrorKind for UnknownUserError
Auto Trait Implementations§
impl Freeze for UnknownUserError
impl RefUnwindSafe for UnknownUserError
impl Send for UnknownUserError
impl Sync for UnknownUserError
impl Unpin for UnknownUserError
impl UnwindSafe for UnknownUserError
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