pub struct ASN1Error { /* private fields */ }
Implementations§
source§impl ASN1Error
impl ASN1Error
pub fn new(kind: ASN1ErrorKind) -> Self
pub fn kind(&self) -> ASN1ErrorKind
Trait Implementations§
source§impl PartialEq for ASN1Error
impl PartialEq for ASN1Error
impl Copy for ASN1Error
impl Eq for ASN1Error
impl StructuralPartialEq for ASN1Error
Auto Trait Implementations§
impl Freeze for ASN1Error
impl RefUnwindSafe for ASN1Error
impl Send for ASN1Error
impl Sync for ASN1Error
impl Unpin for ASN1Error
impl UnwindSafe for ASN1Error
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