pub struct StaticParser;
Expand description
Segment parser to generate static route matchers.
Trait Implementations§
Source§impl Parser for StaticParser
Parser
implementation for the static matcher.
impl Parser for StaticParser
Parser
implementation for the static matcher.
Auto Trait Implementations§
impl Freeze for StaticParser
impl RefUnwindSafe for StaticParser
impl Send for StaticParser
impl Sync for StaticParser
impl Unpin for StaticParser
impl UnwindSafe for StaticParser
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