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