pub struct ASN1Error { /* private fields */ }
Implementations
sourceimpl ASN1Error
impl ASN1Error
pub fn new(kind: ASN1ErrorKind) -> Self
pub fn kind(&self) -> ASN1ErrorKind
Trait Implementations
sourceimpl Error for ASN1Error
impl Error for ASN1Error
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
impl Copy for ASN1Error
impl Eq for ASN1Error
impl StructuralEq for ASN1Error
impl StructuralPartialEq for ASN1Error
Auto Trait Implementations
impl RefUnwindSafe for ASN1Error
impl Send for ASN1Error
impl Sync for ASN1Error
impl Unpin for ASN1Error
impl UnwindSafe for ASN1Error
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