Struct sozu_command_lib::proxy::ParseErrorTlsVersion
source · [−]pub struct ParseErrorTlsVersion;
Trait Implementations
sourceimpl Debug for ParseErrorTlsVersion
impl Debug for ParseErrorTlsVersion
sourceimpl Display for ParseErrorTlsVersion
impl Display for ParseErrorTlsVersion
sourceimpl Error for ParseErrorTlsVersion
impl Error for ParseErrorTlsVersion
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more