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