#[non_exhaustive]pub struct Phase2IntegrityAlgorithmsListValue { /* private fields */ }
Expand description
The integrity algorithm for phase 2 IKE negotiations.
Implementations
sourceimpl Phase2IntegrityAlgorithmsListValue
impl Phase2IntegrityAlgorithmsListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Phase2IntegrityAlgorithmsListValue
.
Trait Implementations
sourceimpl Clone for Phase2IntegrityAlgorithmsListValue
impl Clone for Phase2IntegrityAlgorithmsListValue
sourcefn clone(&self) -> Phase2IntegrityAlgorithmsListValue
fn clone(&self) -> Phase2IntegrityAlgorithmsListValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<Phase2IntegrityAlgorithmsListValue> for Phase2IntegrityAlgorithmsListValue
impl PartialEq<Phase2IntegrityAlgorithmsListValue> for Phase2IntegrityAlgorithmsListValue
sourcefn eq(&self, other: &Phase2IntegrityAlgorithmsListValue) -> bool
fn eq(&self, other: &Phase2IntegrityAlgorithmsListValue) -> bool
impl StructuralPartialEq for Phase2IntegrityAlgorithmsListValue
Auto Trait Implementations
impl RefUnwindSafe for Phase2IntegrityAlgorithmsListValue
impl Send for Phase2IntegrityAlgorithmsListValue
impl Sync for Phase2IntegrityAlgorithmsListValue
impl Unpin for Phase2IntegrityAlgorithmsListValue
impl UnwindSafe for Phase2IntegrityAlgorithmsListValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more