pub struct PathMatch {
pub path: String,
pub kind: PathMatchKind,
pub score: u32,
}Expand description
A resolved path match with fuzzy-match score and kind.
Fields§
§path: String§kind: PathMatchKind§score: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathMatch
impl RefUnwindSafe for PathMatch
impl Send for PathMatch
impl Sync for PathMatch
impl Unpin for PathMatch
impl UnsafeUnpin for PathMatch
impl UnwindSafe for PathMatch
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