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