Struct alacritty::config::color::SearchColors
source · pub struct SearchColors {
pub focused_match: FocusedMatchColors,
pub matches: MatchColors,
bar: BarColors,
}
Fields§
§focused_match: FocusedMatchColors
§matches: MatchColors
§bar: BarColors
Trait Implementations§
source§impl Clone for SearchColors
impl Clone for SearchColors
source§fn clone(&self) -> SearchColors
fn clone(&self) -> SearchColors
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 SearchColors
impl Debug for SearchColors
source§impl Default for SearchColors
impl Default for SearchColors
source§fn default() -> SearchColors
fn default() -> SearchColors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SearchColors
impl<'de> Deserialize<'de> for SearchColors
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<SearchColors> for SearchColors
impl PartialEq<SearchColors> for SearchColors
source§fn eq(&self, other: &SearchColors) -> bool
fn eq(&self, other: &SearchColors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'de> SerdeReplace for SearchColors
impl<'de> SerdeReplace for SearchColors
impl Copy for SearchColors
impl Eq for SearchColors
impl StructuralEq for SearchColors
impl StructuralPartialEq for SearchColors
Auto Trait Implementations§
impl RefUnwindSafe for SearchColors
impl Send for SearchColors
impl Sync for SearchColors
impl Unpin for SearchColors
impl UnwindSafe for SearchColors
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.