pub struct TlsContainerError(/* private fields */);
Available on crate feature
tls
only.Expand description
$type.
Implementations§
Trait Implementations§
Source§impl Clone for TlsContainerError
impl Clone for TlsContainerError
Source§fn clone(&self) -> TlsContainerError
fn clone(&self) -> TlsContainerError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TlsContainerError
impl Debug for TlsContainerError
Source§impl Default for TlsContainerError
impl Default for TlsContainerError
Source§fn default() -> TlsContainerError
fn default() -> TlsContainerError
Returns the “default value” for a type. Read more
Source§impl Display for TlsContainerError
impl Display for TlsContainerError
Source§impl Error for TlsContainerError
impl Error for TlsContainerError
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()
Source§impl From<&str> for TlsContainerError
impl From<&str> for TlsContainerError
Auto Trait Implementations§
impl Freeze for TlsContainerError
impl RefUnwindSafe for TlsContainerError
impl Send for TlsContainerError
impl Sync for TlsContainerError
impl Unpin for TlsContainerError
impl UnwindSafe for TlsContainerError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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