pub struct UnsupportedProtocolVersionError;
Trait Implementations§
Source§impl ErrorKind for UnsupportedProtocolVersionError
impl ErrorKind for UnsupportedProtocolVersionError
Auto Trait Implementations§
impl Freeze for UnsupportedProtocolVersionError
impl RefUnwindSafe for UnsupportedProtocolVersionError
impl Send for UnsupportedProtocolVersionError
impl Sync for UnsupportedProtocolVersionError
impl Unpin for UnsupportedProtocolVersionError
impl UnwindSafe for UnsupportedProtocolVersionError
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