pub enum ReauthErrorKind {
DetachedClient,
}
Expand description
An enumeration of categories of ReauthError
Variants§
DetachedClient
Client is detached from connection/event loop. Cannot send requests.
Trait Implementations§
Source§impl Clone for ReauthErrorKind
impl Clone for ReauthErrorKind
Source§fn clone(&self) -> ReauthErrorKind
fn clone(&self) -> ReauthErrorKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ReauthErrorKind
impl Debug for ReauthErrorKind
Source§impl Display for ReauthErrorKind
impl Display for ReauthErrorKind
Source§impl PartialEq for ReauthErrorKind
impl PartialEq for ReauthErrorKind
impl Copy for ReauthErrorKind
impl Eq for ReauthErrorKind
impl StructuralPartialEq for ReauthErrorKind
Auto Trait Implementations§
impl Freeze for ReauthErrorKind
impl RefUnwindSafe for ReauthErrorKind
impl Send for ReauthErrorKind
impl Sync for ReauthErrorKind
impl Unpin for ReauthErrorKind
impl UnwindSafe for ReauthErrorKind
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