Struct libp2p_tls::certificate::VerificationError
source · pub struct VerificationError(/* private fields */);
Trait Implementations§
source§impl Debug for VerificationError
impl Debug for VerificationError
source§impl Display for VerificationError
impl Display for VerificationError
source§impl Error for VerificationError
impl Error for VerificationError
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
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for VerificationError
impl From<Error> for VerificationError
source§impl From<VerificationError> for Error
impl From<VerificationError> for Error
source§fn from(certificate::VerificationError: VerificationError) -> Self
fn from(certificate::VerificationError: VerificationError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for VerificationError
impl Send for VerificationError
impl Sync for VerificationError
impl Unpin for VerificationError
impl UnwindSafe for VerificationError
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