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