pub enum Preset {
Default,
SuiteB,
}
Expand description
Cryptography profile preset which is used to configure an SslConnection
Variants§
Default
Default cryptography profile
SuiteB
“NSA Suite B Cryptography” profile
See RFC 6460 for more information.
Trait Implementations§
impl Copy for Preset
Auto Trait Implementations§
impl Freeze for Preset
impl RefUnwindSafe for Preset
impl Send for Preset
impl Sync for Preset
impl Unpin for Preset
impl UnwindSafe for Preset
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