pub struct Phase1EncryptionAlgorithmsListValue {
pub value: Option<String>,
}Expand description
The encryption algorithm for phase 1 IKE negotiations.
Fields§
§value: Option<String>The value for the encryption algorithm.
Trait Implementations§
Source§impl Clone for Phase1EncryptionAlgorithmsListValue
impl Clone for Phase1EncryptionAlgorithmsListValue
Source§fn clone(&self) -> Phase1EncryptionAlgorithmsListValue
fn clone(&self) -> Phase1EncryptionAlgorithmsListValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for Phase1EncryptionAlgorithmsListValue
impl Default for Phase1EncryptionAlgorithmsListValue
Source§fn default() -> Phase1EncryptionAlgorithmsListValue
fn default() -> Phase1EncryptionAlgorithmsListValue
Returns the “default value” for a type. Read more
Source§impl PartialEq for Phase1EncryptionAlgorithmsListValue
impl PartialEq for Phase1EncryptionAlgorithmsListValue
Source§fn eq(&self, other: &Phase1EncryptionAlgorithmsListValue) -> bool
fn eq(&self, other: &Phase1EncryptionAlgorithmsListValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Phase1EncryptionAlgorithmsListValue
Auto Trait Implementations§
impl Freeze for Phase1EncryptionAlgorithmsListValue
impl RefUnwindSafe for Phase1EncryptionAlgorithmsListValue
impl Send for Phase1EncryptionAlgorithmsListValue
impl Sync for Phase1EncryptionAlgorithmsListValue
impl Unpin for Phase1EncryptionAlgorithmsListValue
impl UnwindSafe for Phase1EncryptionAlgorithmsListValue
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