Struct aws_sdk_ec2::operation::delete_network_interface_permission::DeleteNetworkInterfacePermissionOutput
source · #[non_exhaustive]pub struct DeleteNetworkInterfacePermissionOutput { /* private fields */ }
Expand description
Contains the output for DeleteNetworkInterfacePermission.
Implementations§
source§impl DeleteNetworkInterfacePermissionOutput
impl DeleteNetworkInterfacePermissionOutput
sourcepub fn builder() -> DeleteNetworkInterfacePermissionOutputBuilder
pub fn builder() -> DeleteNetworkInterfacePermissionOutputBuilder
Creates a new builder-style object to manufacture DeleteNetworkInterfacePermissionOutput
.
Trait Implementations§
source§impl Clone for DeleteNetworkInterfacePermissionOutput
impl Clone for DeleteNetworkInterfacePermissionOutput
source§fn clone(&self) -> DeleteNetworkInterfacePermissionOutput
fn clone(&self) -> DeleteNetworkInterfacePermissionOutput
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 PartialEq<DeleteNetworkInterfacePermissionOutput> for DeleteNetworkInterfacePermissionOutput
impl PartialEq<DeleteNetworkInterfacePermissionOutput> for DeleteNetworkInterfacePermissionOutput
source§fn eq(&self, other: &DeleteNetworkInterfacePermissionOutput) -> bool
fn eq(&self, other: &DeleteNetworkInterfacePermissionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteNetworkInterfacePermissionOutput
impl RequestId for DeleteNetworkInterfacePermissionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteNetworkInterfacePermissionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteNetworkInterfacePermissionOutput
impl Send for DeleteNetworkInterfacePermissionOutput
impl Sync for DeleteNetworkInterfacePermissionOutput
impl Unpin for DeleteNetworkInterfacePermissionOutput
impl UnwindSafe for DeleteNetworkInterfacePermissionOutput
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