pub struct PrintConfig {
pub dir_color: String,
pub file_color: String,
pub symbol_color: String,
pub tree_color: String,
pub grep_pass_color: String,
pub grep_match_color: String,
}Fields§
§dir_color: String§file_color: String§symbol_color: String§tree_color: String§grep_pass_color: String§grep_match_color: StringImplementations§
Source§impl PrintConfig
impl PrintConfig
Trait Implementations§
Source§impl AsRef<PrintConfig> for PrintConfig
impl AsRef<PrintConfig> for PrintConfig
Source§fn as_ref(&self) -> &PrintConfig
fn as_ref(&self) -> &PrintConfig
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for PrintConfig
impl Clone for PrintConfig
Source§fn clone(&self) -> PrintConfig
fn clone(&self) -> PrintConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrintConfig
impl Debug for PrintConfig
Source§impl Default for PrintConfig
impl Default for PrintConfig
Source§impl<'de> Deserialize<'de> for PrintConfig
impl<'de> Deserialize<'de> for PrintConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrintConfig
impl PartialEq for PrintConfig
Source§impl Serialize for PrintConfig
impl Serialize for PrintConfig
impl Eq for PrintConfig
impl StructuralPartialEq for PrintConfig
Auto Trait Implementations§
impl Freeze for PrintConfig
impl RefUnwindSafe for PrintConfig
impl Send for PrintConfig
impl Sync for PrintConfig
impl Unpin for PrintConfig
impl UnwindSafe for PrintConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.