Struct grep_printer::ColorSpecs [−][src]
pub struct ColorSpecs { /* fields omitted */ }Expand description
A merged set of color specifications.
This set of color specifications represents the various color types that
are supported by the printers in this crate. A set of color specifications
can be created from a sequence of
UserColorSpecs.
Implementations
Create color specifications from a list of user supplied specifications.
Create a default set of specifications that have color.
This is distinct from ColorSpecs’s Default implementation in that
this provides a set of default color choices, where as the Default
implementation provides no color choices.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ColorSpecsimpl Send for ColorSpecsimpl Sync for ColorSpecsimpl Unpin for ColorSpecsimpl UnwindSafe for ColorSpecsBlanket Implementations
Mutably borrows from an owned value. Read more