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