pub struct SslVersionParseError(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for SslVersionParseError
impl Clone for SslVersionParseError
Source§fn clone(&self) -> SslVersionParseError
fn clone(&self) -> SslVersionParseError
Returns a copy 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 SslVersionParseError
impl Debug for SslVersionParseError
Source§impl Display for SslVersionParseError
impl Display for SslVersionParseError
Source§impl Error for SslVersionParseError
impl Error for SslVersionParseError
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 PartialEq for SslVersionParseError
impl PartialEq for SslVersionParseError
impl Eq for SslVersionParseError
impl StructuralPartialEq for SslVersionParseError
Auto Trait Implementations§
impl Freeze for SslVersionParseError
impl RefUnwindSafe for SslVersionParseError
impl Send for SslVersionParseError
impl Sync for SslVersionParseError
impl Unpin for SslVersionParseError
impl UnwindSafe for SslVersionParseError
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