pub struct ParseThemeRaw {
pub node_kind: Option<Rgb>,
pub node_text: Option<Rgb>,
pub field: Option<Rgb>,
pub row_color: Option<Rgb>,
pub row_color_named: Option<Rgb>,
pub extra: Option<Rgb>,
pub error: Option<Rgb>,
pub missing: Option<Rgb>,
pub line_feed: Option<Rgb>,
pub backtick: Option<Rgb>,
pub literal: Option<Rgb>,
}
Fields§
§node_kind: Option<Rgb>
§node_text: Option<Rgb>
§field: Option<Rgb>
§row_color: Option<Rgb>
§row_color_named: Option<Rgb>
§extra: Option<Rgb>
§error: Option<Rgb>
§missing: Option<Rgb>
§line_feed: Option<Rgb>
§backtick: Option<Rgb>
§literal: Option<Rgb>
Trait Implementations§
Source§impl Clone for ParseThemeRaw
impl Clone for ParseThemeRaw
Source§fn clone(&self) -> ParseThemeRaw
fn clone(&self) -> ParseThemeRaw
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 ParseThemeRaw
impl Debug for ParseThemeRaw
Source§impl Default for ParseThemeRaw
impl Default for ParseThemeRaw
Source§fn default() -> ParseThemeRaw
fn default() -> ParseThemeRaw
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParseThemeRaw
impl<'de> Deserialize<'de> for ParseThemeRaw
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 From<ParseThemeRaw> for ParseTheme
impl From<ParseThemeRaw> for ParseTheme
Source§fn from(value: ParseThemeRaw) -> Self
fn from(value: ParseThemeRaw) -> Self
Converts to this type from the input type.
Source§impl Serialize for ParseThemeRaw
impl Serialize for ParseThemeRaw
impl Copy for ParseThemeRaw
Auto Trait Implementations§
impl Freeze for ParseThemeRaw
impl RefUnwindSafe for ParseThemeRaw
impl Send for ParseThemeRaw
impl Sync for ParseThemeRaw
impl Unpin for ParseThemeRaw
impl UnwindSafe for ParseThemeRaw
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