#[non_exhaustive]pub struct Phase1IntegrityAlgorithmsListValue { /* private fields */ }
Expand description
The integrity algorithm for phase 1 IKE negotiations.
Implementations
sourceimpl Phase1IntegrityAlgorithmsListValue
impl Phase1IntegrityAlgorithmsListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Phase1IntegrityAlgorithmsListValue
.
Trait Implementations
sourceimpl Clone for Phase1IntegrityAlgorithmsListValue
impl Clone for Phase1IntegrityAlgorithmsListValue
sourcefn clone(&self) -> Phase1IntegrityAlgorithmsListValue
fn clone(&self) -> Phase1IntegrityAlgorithmsListValue
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<Phase1IntegrityAlgorithmsListValue> for Phase1IntegrityAlgorithmsListValue
impl PartialEq<Phase1IntegrityAlgorithmsListValue> for Phase1IntegrityAlgorithmsListValue
sourcefn eq(&self, other: &Phase1IntegrityAlgorithmsListValue) -> bool
fn eq(&self, other: &Phase1IntegrityAlgorithmsListValue) -> bool
impl StructuralPartialEq for Phase1IntegrityAlgorithmsListValue
Auto Trait Implementations
impl RefUnwindSafe for Phase1IntegrityAlgorithmsListValue
impl Send for Phase1IntegrityAlgorithmsListValue
impl Sync for Phase1IntegrityAlgorithmsListValue
impl Unpin for Phase1IntegrityAlgorithmsListValue
impl UnwindSafe for Phase1IntegrityAlgorithmsListValue
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