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