pub struct DeleteVpcEndpointServiceConfigurationsResult {
pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}Fields§
§unsuccessful: Option<Vec<UnsuccessfulItem>>Information about the service configurations that were not deleted, if applicable.
Trait Implementations§
Source§impl Clone for DeleteVpcEndpointServiceConfigurationsResult
impl Clone for DeleteVpcEndpointServiceConfigurationsResult
Source§fn clone(&self) -> DeleteVpcEndpointServiceConfigurationsResult
fn clone(&self) -> DeleteVpcEndpointServiceConfigurationsResult
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 Default for DeleteVpcEndpointServiceConfigurationsResult
impl Default for DeleteVpcEndpointServiceConfigurationsResult
Source§fn default() -> DeleteVpcEndpointServiceConfigurationsResult
fn default() -> DeleteVpcEndpointServiceConfigurationsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteVpcEndpointServiceConfigurationsResult
impl PartialEq for DeleteVpcEndpointServiceConfigurationsResult
Source§fn eq(&self, other: &DeleteVpcEndpointServiceConfigurationsResult) -> bool
fn eq(&self, other: &DeleteVpcEndpointServiceConfigurationsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteVpcEndpointServiceConfigurationsResult
Auto Trait Implementations§
impl Freeze for DeleteVpcEndpointServiceConfigurationsResult
impl RefUnwindSafe for DeleteVpcEndpointServiceConfigurationsResult
impl Send for DeleteVpcEndpointServiceConfigurationsResult
impl Sync for DeleteVpcEndpointServiceConfigurationsResult
impl Unpin for DeleteVpcEndpointServiceConfigurationsResult
impl UnwindSafe for DeleteVpcEndpointServiceConfigurationsResult
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