Enum yasna::ASN1ErrorKind
source · pub enum ASN1ErrorKind {
Eof,
Extra,
IntegerOverflow,
StackOverflow,
Invalid,
}
Variants§
Trait Implementations§
source§impl Clone for ASN1ErrorKind
impl Clone for ASN1ErrorKind
source§fn clone(&self) -> ASN1ErrorKind
fn clone(&self) -> ASN1ErrorKind
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 ASN1ErrorKind
impl Debug for ASN1ErrorKind
source§impl PartialEq for ASN1ErrorKind
impl PartialEq for ASN1ErrorKind
source§fn eq(&self, other: &ASN1ErrorKind) -> bool
fn eq(&self, other: &ASN1ErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ASN1ErrorKind
impl Eq for ASN1ErrorKind
impl StructuralPartialEq for ASN1ErrorKind
Auto Trait Implementations§
impl Freeze for ASN1ErrorKind
impl RefUnwindSafe for ASN1ErrorKind
impl Send for ASN1ErrorKind
impl Sync for ASN1ErrorKind
impl Unpin for ASN1ErrorKind
impl UnwindSafe for ASN1ErrorKind
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