pub struct ParseErrorTlsVersion;
Trait Implementations§
source§impl Debug for ParseErrorTlsVersion
impl Debug for ParseErrorTlsVersion
source§impl Display for ParseErrorTlsVersion
impl Display for ParseErrorTlsVersion
source§impl Error for ParseErrorTlsVersion
impl Error for ParseErrorTlsVersion
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl RefUnwindSafe for ParseErrorTlsVersion
impl Send for ParseErrorTlsVersion
impl Sync for ParseErrorTlsVersion
impl Unpin for ParseErrorTlsVersion
impl UnwindSafe for ParseErrorTlsVersion
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