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