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