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