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