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