pub struct DeleteGatewayRouteOutput {
pub gateway_route: GatewayRouteData,
}
Fields§
§gateway_route: GatewayRouteData
The gateway route that was deleted.
Trait Implementations§
Source§impl Clone for DeleteGatewayRouteOutput
impl Clone for DeleteGatewayRouteOutput
Source§fn clone(&self) -> DeleteGatewayRouteOutput
fn clone(&self) -> DeleteGatewayRouteOutput
Returns a copy 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 Debug for DeleteGatewayRouteOutput
impl Debug for DeleteGatewayRouteOutput
Source§impl Default for DeleteGatewayRouteOutput
impl Default for DeleteGatewayRouteOutput
Source§fn default() -> DeleteGatewayRouteOutput
fn default() -> DeleteGatewayRouteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteGatewayRouteOutput
impl<'de> Deserialize<'de> for DeleteGatewayRouteOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteGatewayRouteOutput
impl PartialEq for DeleteGatewayRouteOutput
impl StructuralPartialEq for DeleteGatewayRouteOutput
Auto Trait Implementations§
impl Freeze for DeleteGatewayRouteOutput
impl RefUnwindSafe for DeleteGatewayRouteOutput
impl Send for DeleteGatewayRouteOutput
impl Sync for DeleteGatewayRouteOutput
impl Unpin for DeleteGatewayRouteOutput
impl UnwindSafe for DeleteGatewayRouteOutput
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