pub enum AuthenticateDataDecodeError {
Incomplete,
Failed,
}Expand description
Error during authenticate data line decoding.
Variants§
Trait Implementations§
Source§impl Clone for AuthenticateDataDecodeError
impl Clone for AuthenticateDataDecodeError
Source§fn clone(&self) -> AuthenticateDataDecodeError
fn clone(&self) -> AuthenticateDataDecodeError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AuthenticateDataDecodeError
Source§impl Debug for AuthenticateDataDecodeError
impl Debug for AuthenticateDataDecodeError
impl Eq for AuthenticateDataDecodeError
Source§impl IntoStatic for AuthenticateDataDecodeError
impl IntoStatic for AuthenticateDataDecodeError
type Static = AuthenticateDataDecodeError
fn into_static(self) -> Self::Static
Source§impl PartialEq for AuthenticateDataDecodeError
impl PartialEq for AuthenticateDataDecodeError
Source§fn eq(&self, other: &AuthenticateDataDecodeError) -> bool
fn eq(&self, other: &AuthenticateDataDecodeError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthenticateDataDecodeError
Auto Trait Implementations§
impl Freeze for AuthenticateDataDecodeError
impl RefUnwindSafe for AuthenticateDataDecodeError
impl Send for AuthenticateDataDecodeError
impl Sync for AuthenticateDataDecodeError
impl Unpin for AuthenticateDataDecodeError
impl UnsafeUnpin for AuthenticateDataDecodeError
impl UnwindSafe for AuthenticateDataDecodeError
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