Enum yasna::ASN1ErrorKind
source · [−]pub enum ASN1ErrorKind {
Eof,
Extra,
IntegerOverflow,
StackOverflow,
Invalid,
}
Variants
Eof
Extra
IntegerOverflow
StackOverflow
Invalid
Trait Implementations
sourceimpl Clone for ASN1ErrorKind
impl Clone for ASN1ErrorKind
sourcefn clone(&self) -> ASN1ErrorKind
fn clone(&self) -> ASN1ErrorKind
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ASN1ErrorKind
impl Debug for ASN1ErrorKind
sourceimpl PartialEq<ASN1ErrorKind> for ASN1ErrorKind
impl PartialEq<ASN1ErrorKind> for ASN1ErrorKind
sourcefn eq(&self, other: &ASN1ErrorKind) -> bool
fn eq(&self, other: &ASN1ErrorKind) -> bool
impl Copy for ASN1ErrorKind
impl Eq for ASN1ErrorKind
impl StructuralEq for ASN1ErrorKind
impl StructuralPartialEq for ASN1ErrorKind
Auto Trait Implementations
impl RefUnwindSafe for ASN1ErrorKind
impl Send for ASN1ErrorKind
impl Sync for ASN1ErrorKind
impl Unpin for ASN1ErrorKind
impl UnwindSafe for ASN1ErrorKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more