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