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 Error for ASN1Error
impl Error for ASN1Error
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)