pub struct Grep { /* private fields */ }Implementations§
Source§impl Grep
impl Grep
pub fn new() -> Self
pub fn with_sandbox(sandbox: Arc<FilesystemRoot>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grep
impl RefUnwindSafe for Grep
impl Send for Grep
impl Sync for Grep
impl Unpin for Grep
impl UnsafeUnpin for Grep
impl UnwindSafe for Grep
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