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