#[non_exhaustive]pub struct DefaultRouteInput { /* private fields */ }
Expand description
The configuration for the default route type.
Implementations§
source§impl DefaultRouteInput
impl DefaultRouteInput
sourcepub fn activation_state(&self) -> Option<&RouteActivationState>
pub fn activation_state(&self) -> Option<&RouteActivationState>
If set to ACTIVE
, traffic is forwarded to this route’s service after the route is created.
source§impl DefaultRouteInput
impl DefaultRouteInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefaultRouteInput
.
Trait Implementations§
source§impl Clone for DefaultRouteInput
impl Clone for DefaultRouteInput
source§fn clone(&self) -> DefaultRouteInput
fn clone(&self) -> DefaultRouteInput
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 DefaultRouteInput
impl Debug for DefaultRouteInput
source§impl PartialEq<DefaultRouteInput> for DefaultRouteInput
impl PartialEq<DefaultRouteInput> for DefaultRouteInput
source§fn eq(&self, other: &DefaultRouteInput) -> bool
fn eq(&self, other: &DefaultRouteInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.