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