#[non_exhaustive]pub struct Phase2EncryptionAlgorithmsListValue { /* private fields */ }
Expand description
The encryption algorithm for phase 2 IKE negotiations.
Implementations§
source§impl Phase2EncryptionAlgorithmsListValue
impl Phase2EncryptionAlgorithmsListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Phase2EncryptionAlgorithmsListValue
.
Trait Implementations§
source§impl Clone for Phase2EncryptionAlgorithmsListValue
impl Clone for Phase2EncryptionAlgorithmsListValue
source§fn clone(&self) -> Phase2EncryptionAlgorithmsListValue
fn clone(&self) -> Phase2EncryptionAlgorithmsListValue
Returns a copy 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 PartialEq<Phase2EncryptionAlgorithmsListValue> for Phase2EncryptionAlgorithmsListValue
impl PartialEq<Phase2EncryptionAlgorithmsListValue> for Phase2EncryptionAlgorithmsListValue
source§fn eq(&self, other: &Phase2EncryptionAlgorithmsListValue) -> bool
fn eq(&self, other: &Phase2EncryptionAlgorithmsListValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.