pub struct MatchedMeta(pub MetaMap);Expand description
Route metadata bag attached to the request after a successful match.
Tuple Fields§
§0: MetaMapTrait Implementations§
Source§impl Clone for MatchedMeta
impl Clone for MatchedMeta
Source§fn clone(&self) -> MatchedMeta
fn clone(&self) -> MatchedMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for MatchedMeta
impl !UnwindSafe for MatchedMeta
impl Freeze for MatchedMeta
impl Send for MatchedMeta
impl Sync for MatchedMeta
impl Unpin for MatchedMeta
impl UnsafeUnpin for MatchedMeta
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