#[non_exhaustive]pub struct CreateTransitGatewayRouteOutput { /* private fields */ }
Implementations
sourceimpl CreateTransitGatewayRouteOutput
impl CreateTransitGatewayRouteOutput
sourcepub fn route(&self) -> Option<&TransitGatewayRoute>
pub fn route(&self) -> Option<&TransitGatewayRoute>
Information about the route.
sourceimpl CreateTransitGatewayRouteOutput
impl CreateTransitGatewayRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTransitGatewayRouteOutput
.
Trait Implementations
sourceimpl Clone for CreateTransitGatewayRouteOutput
impl Clone for CreateTransitGatewayRouteOutput
sourcefn clone(&self) -> CreateTransitGatewayRouteOutput
fn clone(&self) -> CreateTransitGatewayRouteOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateTransitGatewayRouteOutput> for CreateTransitGatewayRouteOutput
impl PartialEq<CreateTransitGatewayRouteOutput> for CreateTransitGatewayRouteOutput
sourcefn eq(&self, other: &CreateTransitGatewayRouteOutput) -> bool
fn eq(&self, other: &CreateTransitGatewayRouteOutput) -> bool
impl StructuralPartialEq for CreateTransitGatewayRouteOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateTransitGatewayRouteOutput
impl Send for CreateTransitGatewayRouteOutput
impl Sync for CreateTransitGatewayRouteOutput
impl Unpin for CreateTransitGatewayRouteOutput
impl UnwindSafe for CreateTransitGatewayRouteOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more