Struct c509_certificate::signing::KeyPemDecodingError
source · struct KeyPemDecodingError;
Expand description
Public or private key decoding from string error.
Trait Implementations§
source§impl Debug for KeyPemDecodingError
impl Debug for KeyPemDecodingError
source§impl Display for KeyPemDecodingError
impl Display for KeyPemDecodingError
source§impl Error for KeyPemDecodingError
impl Error for KeyPemDecodingError
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 KeyPemDecodingError
impl RefUnwindSafe for KeyPemDecodingError
impl Send for KeyPemDecodingError
impl Sync for KeyPemDecodingError
impl Unpin for KeyPemDecodingError
impl UnwindSafe for KeyPemDecodingError
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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