Struct openssl::ssl::CipherLists
source · pub struct CipherLists {
pub suites: Stack<SslCipher>,
pub signalling_suites: Stack<SslCipher>,
}
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§
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