pub struct Path<T> { /* private fields */ }
Expand description
Resource path match information.
If resource path contains variable patterns, Path
stores them.
Implementations
Returns number of interpolated segments.
Get matched parameter by name without type conversion
Get unprocessed part of the path
Get matched parameter by name.
If keyed parameter is not available empty string is used as default value.
Try to deserialize matching parameters to a specified type U
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Path<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Path<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more