pub struct AuditaurError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for AuditaurError
impl Debug for AuditaurError
Source§impl Display for AuditaurError
impl Display for AuditaurError
Source§impl Error for AuditaurError
impl Error for AuditaurError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<Error> for AuditaurError
impl From<Error> for AuditaurError
Source§impl From<Error> for AuditaurError
impl From<Error> for AuditaurError
Source§impl From<SqliteStoreError> for AuditaurError
impl From<SqliteStoreError> for AuditaurError
Source§fn from(value: SqliteStoreError) -> Self
fn from(value: SqliteStoreError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AuditaurError
impl RefUnwindSafe for AuditaurError
impl Send for AuditaurError
impl Sync for AuditaurError
impl Unpin for AuditaurError
impl UnsafeUnpin for AuditaurError
impl UnwindSafe for AuditaurError
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