Struct gpui2::HighlightStyle
source · pub struct HighlightStyle {
pub color: Option<Hsla>,
pub font_weight: Option<FontWeight>,
pub font_style: Option<FontStyle>,
pub underline: Option<UnderlineStyle>,
pub fade_out: Option<f32>,
}
Fields§
§color: Option<Hsla>
§font_weight: Option<FontWeight>
§font_style: Option<FontStyle>
§underline: Option<UnderlineStyle>
§fade_out: Option<f32>
Implementations§
source§impl HighlightStyle
impl HighlightStyle
pub fn highlight(&mut self, other: HighlightStyle)
Trait Implementations§
source§impl Clone for HighlightStyle
impl Clone for HighlightStyle
source§fn clone(&self) -> HighlightStyle
fn clone(&self) -> HighlightStyle
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 HighlightStyle
impl Debug for HighlightStyle
source§impl Default for HighlightStyle
impl Default for HighlightStyle
source§fn default() -> HighlightStyle
fn default() -> HighlightStyle
Returns the “default value” for a type. Read more
source§impl From<&TextStyle> for HighlightStyle
impl From<&TextStyle> for HighlightStyle
source§impl From<Hsla> for HighlightStyle
impl From<Hsla> for HighlightStyle
source§impl From<Rgba> for HighlightStyle
impl From<Rgba> for HighlightStyle
source§impl From<TextStyle> for HighlightStyle
impl From<TextStyle> for HighlightStyle
source§impl PartialEq<HighlightStyle> for HighlightStyle
impl PartialEq<HighlightStyle> for HighlightStyle
source§fn eq(&self, other: &HighlightStyle) -> bool
fn eq(&self, other: &HighlightStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HighlightStyle
impl Eq for HighlightStyle
impl StructuralPartialEq for HighlightStyle
Auto Trait Implementations§
impl RefUnwindSafe for HighlightStyle
impl Send for HighlightStyle
impl Sync for HighlightStyle
impl Unpin for HighlightStyle
impl UnwindSafe for HighlightStyle
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.