pub struct GrepPredicate { /* private fields */ }Expand description
AND-combined regex predicate applied to raw line bytes. Lines that fail
UTF-8 decoding never match (mirrors what the interactive / search does).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrepPredicate
impl RefUnwindSafe for GrepPredicate
impl Send for GrepPredicate
impl Sync for GrepPredicate
impl Unpin for GrepPredicate
impl UnsafeUnpin for GrepPredicate
impl UnwindSafe for GrepPredicate
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