pub enum CreateUserError {
UserAlreadyExists,
DatabaseError(Box<dyn Error>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateUserError
impl !RefUnwindSafe for CreateUserError
impl !Send for CreateUserError
impl !Sync for CreateUserError
impl Unpin for CreateUserError
impl !UnwindSafe for CreateUserError
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