#[non_exhaustive]pub struct VpcEndpointSummary { /* private fields */ }
Expand description
The VPC endpoint object.
Implementations§
source§impl VpcEndpointSummary
impl VpcEndpointSummary
sourcepub fn builder() -> VpcEndpointSummaryBuilder
pub fn builder() -> VpcEndpointSummaryBuilder
Creates a new builder-style object to manufacture VpcEndpointSummary
.
Trait Implementations§
source§impl Clone for VpcEndpointSummary
impl Clone for VpcEndpointSummary
source§fn clone(&self) -> VpcEndpointSummary
fn clone(&self) -> VpcEndpointSummary
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 Debug for VpcEndpointSummary
impl Debug for VpcEndpointSummary
source§impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
impl PartialEq<VpcEndpointSummary> for VpcEndpointSummary
source§fn eq(&self, other: &VpcEndpointSummary) -> bool
fn eq(&self, other: &VpcEndpointSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpcEndpointSummary
Auto Trait Implementations§
impl RefUnwindSafe for VpcEndpointSummary
impl Send for VpcEndpointSummary
impl Sync for VpcEndpointSummary
impl Unpin for VpcEndpointSummary
impl UnwindSafe for VpcEndpointSummary
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