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