Struct glory_routing::filters::RegexWispBuilder
source · pub struct RegexWispBuilder(/* private fields */);Expand description
RegexWispBuilder
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RegexWispBuilder
impl Send for RegexWispBuilder
impl Sync for RegexWispBuilder
impl Unpin for RegexWispBuilder
impl UnwindSafe for RegexWispBuilder
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