pub struct Asn1SerializeError { /* private fields */ }Expand description
ASN.1 serialization error.
Trait Implementations§
Source§impl Debug for Asn1SerializeError
impl Debug for Asn1SerializeError
Source§impl Display for Asn1SerializeError
impl Display for Asn1SerializeError
Source§impl Error for Asn1SerializeError
Available on crate feature std only.
impl Error for Asn1SerializeError
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for Asn1SerializeError
impl RefUnwindSafe for Asn1SerializeError
impl Send for Asn1SerializeError
impl Sync for Asn1SerializeError
impl Unpin for Asn1SerializeError
impl UnwindSafe for Asn1SerializeError
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