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