#[non_exhaustive]pub struct HttpGatewayRoutePrefixRewrite { /* private fields */ }
Expand description
An object representing the beginning characters of the route to rewrite.
Implementations§
source§impl HttpGatewayRoutePrefixRewrite
impl HttpGatewayRoutePrefixRewrite
sourcepub fn default_prefix(&self) -> Option<&DefaultGatewayRouteRewrite>
pub fn default_prefix(&self) -> Option<&DefaultGatewayRouteRewrite>
The default prefix used to replace the incoming route prefix when rewritten.
source§impl HttpGatewayRoutePrefixRewrite
impl HttpGatewayRoutePrefixRewrite
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpGatewayRoutePrefixRewrite
.
Trait Implementations§
source§impl Clone for HttpGatewayRoutePrefixRewrite
impl Clone for HttpGatewayRoutePrefixRewrite
source§fn clone(&self) -> HttpGatewayRoutePrefixRewrite
fn clone(&self) -> HttpGatewayRoutePrefixRewrite
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 PartialEq<HttpGatewayRoutePrefixRewrite> for HttpGatewayRoutePrefixRewrite
impl PartialEq<HttpGatewayRoutePrefixRewrite> for HttpGatewayRoutePrefixRewrite
source§fn eq(&self, other: &HttpGatewayRoutePrefixRewrite) -> bool
fn eq(&self, other: &HttpGatewayRoutePrefixRewrite) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.