Struct project2::PathMatchCandidateSet
source · pub struct PathMatchCandidateSet {
pub snapshot: Snapshot,
pub include_ignored: bool,
pub include_root_name: bool,
}
Fields§
§snapshot: Snapshot
§include_ignored: bool
§include_root_name: bool
Trait Implementations§
source§impl<'a> PathMatchCandidateSet<'a> for PathMatchCandidateSet
impl<'a> PathMatchCandidateSet<'a> for PathMatchCandidateSet
Auto Trait Implementations§
impl RefUnwindSafe for PathMatchCandidateSet
impl Send for PathMatchCandidateSet
impl Sync for PathMatchCandidateSet
impl Unpin for PathMatchCandidateSet
impl UnwindSafe for PathMatchCandidateSet
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