#[non_exhaustive]pub struct VerifiedAccessEndpointEniOptions { /* private fields */ }
Expand description
Options for a network-interface type endpoint.
Implementations§
source§impl VerifiedAccessEndpointEniOptions
impl VerifiedAccessEndpointEniOptions
sourcepub fn builder() -> VerifiedAccessEndpointEniOptionsBuilder
pub fn builder() -> VerifiedAccessEndpointEniOptionsBuilder
Creates a new builder-style object to manufacture VerifiedAccessEndpointEniOptions
.
Trait Implementations§
source§impl Clone for VerifiedAccessEndpointEniOptions
impl Clone for VerifiedAccessEndpointEniOptions
source§fn clone(&self) -> VerifiedAccessEndpointEniOptions
fn clone(&self) -> VerifiedAccessEndpointEniOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<VerifiedAccessEndpointEniOptions> for VerifiedAccessEndpointEniOptions
impl PartialEq<VerifiedAccessEndpointEniOptions> for VerifiedAccessEndpointEniOptions
source§fn eq(&self, other: &VerifiedAccessEndpointEniOptions) -> bool
fn eq(&self, other: &VerifiedAccessEndpointEniOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VerifiedAccessEndpointEniOptions
Auto Trait Implementations§
impl RefUnwindSafe for VerifiedAccessEndpointEniOptions
impl Send for VerifiedAccessEndpointEniOptions
impl Sync for VerifiedAccessEndpointEniOptions
impl Unpin for VerifiedAccessEndpointEniOptions
impl UnwindSafe for VerifiedAccessEndpointEniOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more