Enum gauthenticator::BQAuthError
source · pub enum BQAuthError {
IO(Error),
Rustls(Error),
}Variants§
Trait Implementations§
source§impl Debug for BQAuthError
impl Debug for BQAuthError
source§impl Display for BQAuthError
impl Display for BQAuthError
source§impl Error for BQAuthError
impl Error for BQAuthError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 BQAuthError
impl From<Error> for BQAuthError
Auto Trait Implementations§
impl Freeze for BQAuthError
impl !RefUnwindSafe for BQAuthError
impl Send for BQAuthError
impl Sync for BQAuthError
impl Unpin for BQAuthError
impl !UnwindSafe for BQAuthError
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