pub struct UpdateGatewayRouteOutput {
pub gateway_route: GatewayRouteData,
}
Fields§
§gateway_route: GatewayRouteData
A full description of the gateway route that was updated.
Trait Implementations§
Source§impl Clone for UpdateGatewayRouteOutput
impl Clone for UpdateGatewayRouteOutput
Source§fn clone(&self) -> UpdateGatewayRouteOutput
fn clone(&self) -> UpdateGatewayRouteOutput
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 UpdateGatewayRouteOutput
impl Debug for UpdateGatewayRouteOutput
Source§impl Default for UpdateGatewayRouteOutput
impl Default for UpdateGatewayRouteOutput
Source§fn default() -> UpdateGatewayRouteOutput
fn default() -> UpdateGatewayRouteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateGatewayRouteOutput
impl<'de> Deserialize<'de> for UpdateGatewayRouteOutput
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 UpdateGatewayRouteOutput
impl PartialEq for UpdateGatewayRouteOutput
impl StructuralPartialEq for UpdateGatewayRouteOutput
Auto Trait Implementations§
impl Freeze for UpdateGatewayRouteOutput
impl RefUnwindSafe for UpdateGatewayRouteOutput
impl Send for UpdateGatewayRouteOutput
impl Sync for UpdateGatewayRouteOutput
impl Unpin for UpdateGatewayRouteOutput
impl UnwindSafe for UpdateGatewayRouteOutput
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