Struct syntect::highlighting::ScoredStyle  
source · pub struct ScoredStyle {
    pub foreground: (MatchPower, Color),
    pub background: (MatchPower, Color),
    pub font_style: (MatchPower, FontStyle),
}Fields§
§foreground: (MatchPower, Color)§background: (MatchPower, Color)§font_style: (MatchPower, FontStyle)Trait Implementations§
source§impl Clone for ScoredStyle
 
impl Clone for ScoredStyle
source§fn clone(&self) -> ScoredStyle
 
fn clone(&self) -> ScoredStyle
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 ScoredStyle
 
impl Debug for ScoredStyle
source§impl PartialEq for ScoredStyle
 
impl PartialEq for ScoredStyle
source§fn eq(&self, other: &ScoredStyle) -> bool
 
fn eq(&self, other: &ScoredStyle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ScoredStyle
impl StructuralEq for ScoredStyle
impl StructuralPartialEq for ScoredStyle
Auto Trait Implementations§
impl RefUnwindSafe for ScoredStyle
impl Send for ScoredStyle
impl Sync for ScoredStyle
impl Unpin for ScoredStyle
impl UnwindSafe for ScoredStyle
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