Struct alacritty::config::color::LineIndicatorColors
source · pub struct LineIndicatorColors {
pub foreground: Option<Rgb>,
pub background: Option<Rgb>,
}
Fields§
§foreground: Option<Rgb>
§background: Option<Rgb>
Trait Implementations§
source§impl Clone for LineIndicatorColors
impl Clone for LineIndicatorColors
source§fn clone(&self) -> LineIndicatorColors
fn clone(&self) -> LineIndicatorColors
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 LineIndicatorColors
impl Debug for LineIndicatorColors
source§impl Default for LineIndicatorColors
impl Default for LineIndicatorColors
source§fn default() -> LineIndicatorColors
fn default() -> LineIndicatorColors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LineIndicatorColors
impl<'de> Deserialize<'de> for LineIndicatorColors
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<LineIndicatorColors> for LineIndicatorColors
impl PartialEq<LineIndicatorColors> for LineIndicatorColors
source§fn eq(&self, other: &LineIndicatorColors) -> bool
fn eq(&self, other: &LineIndicatorColors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'de> SerdeReplace for LineIndicatorColors
impl<'de> SerdeReplace for LineIndicatorColors
impl Copy for LineIndicatorColors
impl Eq for LineIndicatorColors
impl StructuralEq for LineIndicatorColors
impl StructuralPartialEq for LineIndicatorColors
Auto Trait Implementations§
impl RefUnwindSafe for LineIndicatorColors
impl Send for LineIndicatorColors
impl Sync for LineIndicatorColors
impl Unpin for LineIndicatorColors
impl UnwindSafe for LineIndicatorColors
Blanket Implementations§
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.