pub struct AuthenticationFailed;Expand description
Authentication tag verification failed.
Trait Implementations§
Source§impl Clone for AuthenticationFailed
impl Clone for AuthenticationFailed
Source§fn clone(&self) -> AuthenticationFailed
fn clone(&self) -> AuthenticationFailed
Returns a duplicate 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 AuthenticationFailed
impl Debug for AuthenticationFailed
Source§impl PartialEq for AuthenticationFailed
impl PartialEq for AuthenticationFailed
impl Copy for AuthenticationFailed
impl Eq for AuthenticationFailed
impl StructuralPartialEq for AuthenticationFailed
Auto Trait Implementations§
impl Freeze for AuthenticationFailed
impl RefUnwindSafe for AuthenticationFailed
impl Send for AuthenticationFailed
impl Sync for AuthenticationFailed
impl Unpin for AuthenticationFailed
impl UnwindSafe for AuthenticationFailed
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