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