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