Struct openssl::ssl::CipherLists
source · [−]Expand description
A stack of selected ciphers, and a stack of selected signalling cipher suites
Fields
suites: Stack<SslCipher>
signalling_suites: Stack<SslCipher>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CipherLists
impl !Send for CipherLists
impl !Sync for CipherLists
impl Unpin for CipherLists
impl UnwindSafe for CipherLists
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more