pub struct SearchFilesTool {
pub source_root: PathBuf,
}Fields§
§source_root: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for SearchFilesTool
impl RefUnwindSafe for SearchFilesTool
impl Send for SearchFilesTool
impl Sync for SearchFilesTool
impl Unpin for SearchFilesTool
impl UnsafeUnpin for SearchFilesTool
impl UnwindSafe for SearchFilesTool
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