#[non_exhaustive]pub struct CreateLocalGatewayRouteTableOutput { /* private fields */ }
Implementations
sourceimpl CreateLocalGatewayRouteTableOutput
impl CreateLocalGatewayRouteTableOutput
sourcepub fn local_gateway_route_table(&self) -> Option<&LocalGatewayRouteTable>
pub fn local_gateway_route_table(&self) -> Option<&LocalGatewayRouteTable>
Describes a local gateway route table.
sourceimpl CreateLocalGatewayRouteTableOutput
impl CreateLocalGatewayRouteTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocalGatewayRouteTableOutput
.
Trait Implementations
sourceimpl Clone for CreateLocalGatewayRouteTableOutput
impl Clone for CreateLocalGatewayRouteTableOutput
sourcefn clone(&self) -> CreateLocalGatewayRouteTableOutput
fn clone(&self) -> CreateLocalGatewayRouteTableOutput
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<CreateLocalGatewayRouteTableOutput> for CreateLocalGatewayRouteTableOutput
impl PartialEq<CreateLocalGatewayRouteTableOutput> for CreateLocalGatewayRouteTableOutput
sourcefn eq(&self, other: &CreateLocalGatewayRouteTableOutput) -> bool
fn eq(&self, other: &CreateLocalGatewayRouteTableOutput) -> bool
impl StructuralPartialEq for CreateLocalGatewayRouteTableOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateLocalGatewayRouteTableOutput
impl Send for CreateLocalGatewayRouteTableOutput
impl Sync for CreateLocalGatewayRouteTableOutput
impl Unpin for CreateLocalGatewayRouteTableOutput
impl UnwindSafe for CreateLocalGatewayRouteTableOutput
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