pub struct CompatibleCiphersForVersion {
pub aes_gcm_128: bool,
pub aes_gcm_256: bool,
pub chacha20_poly1305: bool,
}Fields§
§aes_gcm_128: bool§aes_gcm_256: bool§chacha20_poly1305: boolTrait Implementations§
Source§impl Debug for CompatibleCiphersForVersion
impl Debug for CompatibleCiphersForVersion
Source§impl Default for CompatibleCiphersForVersion
impl Default for CompatibleCiphersForVersion
Source§fn default() -> CompatibleCiphersForVersion
fn default() -> CompatibleCiphersForVersion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompatibleCiphersForVersion
impl RefUnwindSafe for CompatibleCiphersForVersion
impl Send for CompatibleCiphersForVersion
impl Sync for CompatibleCiphersForVersion
impl Unpin for CompatibleCiphersForVersion
impl UnwindSafe for CompatibleCiphersForVersion
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