pub struct CipherSuiteNotFound(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CipherSuiteNotFound
impl RefUnwindSafe for CipherSuiteNotFound
impl Send for CipherSuiteNotFound
impl Sync for CipherSuiteNotFound
impl Unpin for CipherSuiteNotFound
impl UnwindSafe for CipherSuiteNotFound
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