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