pub struct GatewayRouteVirtualService {
pub virtual_service_name: String,
}
Expand description
An object that represents the virtual service that traffic is routed to.
Fields§
§virtual_service_name: String
The name of the virtual service that traffic is routed to.
Trait Implementations§
Source§impl Clone for GatewayRouteVirtualService
impl Clone for GatewayRouteVirtualService
Source§fn clone(&self) -> GatewayRouteVirtualService
fn clone(&self) -> GatewayRouteVirtualService
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 GatewayRouteVirtualService
impl Debug for GatewayRouteVirtualService
Source§impl Default for GatewayRouteVirtualService
impl Default for GatewayRouteVirtualService
Source§fn default() -> GatewayRouteVirtualService
fn default() -> GatewayRouteVirtualService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayRouteVirtualService
impl<'de> Deserialize<'de> for GatewayRouteVirtualService
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
impl StructuralPartialEq for GatewayRouteVirtualService
Auto Trait Implementations§
impl Freeze for GatewayRouteVirtualService
impl RefUnwindSafe for GatewayRouteVirtualService
impl Send for GatewayRouteVirtualService
impl Sync for GatewayRouteVirtualService
impl Unpin for GatewayRouteVirtualService
impl UnwindSafe for GatewayRouteVirtualService
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