pub enum GeneralError {
DatabaseError(Box<dyn Error>),
}Variants§
Trait Implementations§
Source§impl Debug for GeneralError
impl Debug for GeneralError
Source§impl From<GeneralError> for AuthError
impl From<GeneralError> for AuthError
Source§fn from(value: GeneralError) -> Self
fn from(value: GeneralError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GeneralError
impl !RefUnwindSafe for GeneralError
impl !Send for GeneralError
impl !Sync for GeneralError
impl Unpin for GeneralError
impl !UnwindSafe for GeneralError
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