pub struct GrepPrintConfig {
pub grep_pass_color: Option<Color>,
pub grep_match_color: Option<Color>,
}Fields§
§grep_pass_color: Option<Color>§grep_match_color: Option<Color>Trait Implementations§
Source§impl Default for GrepPrintConfig
impl Default for GrepPrintConfig
Source§fn default() -> GrepPrintConfig
fn default() -> GrepPrintConfig
Returns the “default value” for a type. Read more
Source§impl<CFG: AsRef<PrintConfig>> From<CFG> for GrepPrintConfig
impl<CFG: AsRef<PrintConfig>> From<CFG> for GrepPrintConfig
Auto Trait Implementations§
impl Freeze for GrepPrintConfig
impl RefUnwindSafe for GrepPrintConfig
impl Send for GrepPrintConfig
impl Sync for GrepPrintConfig
impl Unpin for GrepPrintConfig
impl UnwindSafe for GrepPrintConfig
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