pub struct LsFilesPathFilter {
pub original: String,
pub recursive: bool,
pub is_glob: bool,
pub element: PathspecElement,
pub matched: Cell<bool>,
}Fields§
§original: String§recursive: bool§is_glob: bool§element: PathspecElement§matched: Cell<bool>Implementations§
Auto Trait Implementations§
impl !Freeze for LsFilesPathFilter
impl !RefUnwindSafe for LsFilesPathFilter
impl !Sync for LsFilesPathFilter
impl Send for LsFilesPathFilter
impl Unpin for LsFilesPathFilter
impl UnsafeUnpin for LsFilesPathFilter
impl UnwindSafe for LsFilesPathFilter
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