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