pub struct Rule { /* private fields */ }Expand description
Singular RewriteRule expression definition.
It contains a regex pattern to match against a request uri, a rewrite string that expands into the new uri, and additional flags that define how the rule behaves within the rule-engine.
Supports a subset of offical mod_rewrite rules.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rule
impl RefUnwindSafe for Rule
impl Send for Rule
impl Sync for Rule
impl Unpin for Rule
impl UnwindSafe for Rule
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