pub struct DeleteVpcEndpointsResult {
pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}Expand description
Contains the output of DeleteVpcEndpoints.
Fields§
§unsuccessful: Option<Vec<UnsuccessfulItem>>Information about the VPC endpoints that were not successfully deleted.
Trait Implementations§
Source§impl Clone for DeleteVpcEndpointsResult
impl Clone for DeleteVpcEndpointsResult
Source§fn clone(&self) -> DeleteVpcEndpointsResult
fn clone(&self) -> DeleteVpcEndpointsResult
Returns a duplicate 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 DeleteVpcEndpointsResult
impl Debug for DeleteVpcEndpointsResult
Source§impl Default for DeleteVpcEndpointsResult
impl Default for DeleteVpcEndpointsResult
Source§fn default() -> DeleteVpcEndpointsResult
fn default() -> DeleteVpcEndpointsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteVpcEndpointsResult
impl PartialEq for DeleteVpcEndpointsResult
impl StructuralPartialEq for DeleteVpcEndpointsResult
Auto Trait Implementations§
impl Freeze for DeleteVpcEndpointsResult
impl RefUnwindSafe for DeleteVpcEndpointsResult
impl Send for DeleteVpcEndpointsResult
impl Sync for DeleteVpcEndpointsResult
impl Unpin for DeleteVpcEndpointsResult
impl UnwindSafe for DeleteVpcEndpointsResult
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