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