pub struct PathPatternMatch {
pub params: Map<String, Value>,
pub specificity: Vec<i32>,
}Fields§
§params: Map<String, Value>§specificity: Vec<i32>Trait Implementations§
Source§impl Clone for PathPatternMatch
impl Clone for PathPatternMatch
Source§fn clone(&self) -> PathPatternMatch
fn clone(&self) -> PathPatternMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PathPatternMatch
impl Debug for PathPatternMatch
Source§impl PartialEq for PathPatternMatch
impl PartialEq for PathPatternMatch
impl StructuralPartialEq for PathPatternMatch
Auto Trait Implementations§
impl Freeze for PathPatternMatch
impl RefUnwindSafe for PathPatternMatch
impl Send for PathPatternMatch
impl Sync for PathPatternMatch
impl Unpin for PathPatternMatch
impl UnsafeUnpin for PathPatternMatch
impl UnwindSafe for PathPatternMatch
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