Struct aws_sdk_ec2::output::DeleteLocalGatewayRouteOutput
source · [−]#[non_exhaustive]pub struct DeleteLocalGatewayRouteOutput { /* private fields */ }
Implementations
sourceimpl DeleteLocalGatewayRouteOutput
impl DeleteLocalGatewayRouteOutput
sourcepub fn route(&self) -> Option<&LocalGatewayRoute>
pub fn route(&self) -> Option<&LocalGatewayRoute>
Information about the route.
sourceimpl DeleteLocalGatewayRouteOutput
impl DeleteLocalGatewayRouteOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteOutput
.
Trait Implementations
sourceimpl Clone for DeleteLocalGatewayRouteOutput
impl Clone for DeleteLocalGatewayRouteOutput
sourcefn clone(&self) -> DeleteLocalGatewayRouteOutput
fn clone(&self) -> DeleteLocalGatewayRouteOutput
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 Debug for DeleteLocalGatewayRouteOutput
impl Debug for DeleteLocalGatewayRouteOutput
sourceimpl PartialEq<DeleteLocalGatewayRouteOutput> for DeleteLocalGatewayRouteOutput
impl PartialEq<DeleteLocalGatewayRouteOutput> for DeleteLocalGatewayRouteOutput
sourcefn eq(&self, other: &DeleteLocalGatewayRouteOutput) -> bool
fn eq(&self, other: &DeleteLocalGatewayRouteOutput) -> bool
impl StructuralPartialEq for DeleteLocalGatewayRouteOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteLocalGatewayRouteOutput
impl Send for DeleteLocalGatewayRouteOutput
impl Sync for DeleteLocalGatewayRouteOutput
impl Unpin for DeleteLocalGatewayRouteOutput
impl UnwindSafe for DeleteLocalGatewayRouteOutput
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