pub struct MatchedMetaCapture { /* private fields */ }Expand description
Optional slot filled when a route matches — for root middleware that runs
before match but needs meta after next (e.g. SEO head inject).
Implementations§
Trait Implementations§
Source§impl Clone for MatchedMetaCapture
impl Clone for MatchedMetaCapture
Source§fn clone(&self) -> MatchedMetaCapture
fn clone(&self) -> MatchedMetaCapture
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 moreSource§impl Default for MatchedMetaCapture
impl Default for MatchedMetaCapture
Source§fn default() -> MatchedMetaCapture
fn default() -> MatchedMetaCapture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchedMetaCapture
impl RefUnwindSafe for MatchedMetaCapture
impl Send for MatchedMetaCapture
impl Sync for MatchedMetaCapture
impl Unpin for MatchedMetaCapture
impl UnsafeUnpin for MatchedMetaCapture
impl UnwindSafe for MatchedMetaCapture
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