pub struct grep;
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 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