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