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