Struct aws_sdk_ec2::model::IkeVersionsListValue
source · [−]#[non_exhaustive]pub struct IkeVersionsListValue { /* private fields */ }
Expand description
The internet key exchange (IKE) version permitted for the VPN tunnel.
Implementations
sourceimpl IkeVersionsListValue
impl IkeVersionsListValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IkeVersionsListValue
.
Trait Implementations
sourceimpl Clone for IkeVersionsListValue
impl Clone for IkeVersionsListValue
sourcefn clone(&self) -> IkeVersionsListValue
fn clone(&self) -> IkeVersionsListValue
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 Debug for IkeVersionsListValue
impl Debug for IkeVersionsListValue
sourceimpl PartialEq<IkeVersionsListValue> for IkeVersionsListValue
impl PartialEq<IkeVersionsListValue> for IkeVersionsListValue
sourcefn eq(&self, other: &IkeVersionsListValue) -> bool
fn eq(&self, other: &IkeVersionsListValue) -> bool
impl StructuralPartialEq for IkeVersionsListValue
Auto Trait Implementations
impl RefUnwindSafe for IkeVersionsListValue
impl Send for IkeVersionsListValue
impl Sync for IkeVersionsListValue
impl Unpin for IkeVersionsListValue
impl UnwindSafe for IkeVersionsListValue
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