pub enum CipherList {
ALL,
NO1_3,
}Variants§
Trait Implementations§
Source§impl PartialEq for CipherList
impl PartialEq for CipherList
impl Eq for CipherList
impl StructuralPartialEq for CipherList
Auto Trait Implementations§
impl Freeze for CipherList
impl RefUnwindSafe for CipherList
impl Send for CipherList
impl Sync for CipherList
impl Unpin for CipherList
impl UnwindSafe for CipherList
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