#[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() -> HttpGatewayRoutePrefixRewriteBuilder
pub fn builder() -> HttpGatewayRoutePrefixRewriteBuilder
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 ==
.impl StructuralPartialEq for HttpGatewayRoutePrefixRewrite
Auto Trait Implementations§
impl RefUnwindSafe for HttpGatewayRoutePrefixRewrite
impl Send for HttpGatewayRoutePrefixRewrite
impl Sync for HttpGatewayRoutePrefixRewrite
impl Unpin for HttpGatewayRoutePrefixRewrite
impl UnwindSafe for HttpGatewayRoutePrefixRewrite
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