pub struct RawStyle {
pub foreground: Option<String>,
pub font_style: Option<String>,
}Expand description
Parsed TextMate style settings.
Fields§
§foreground: Option<String>Foreground color as #rrggbb.
font_style: Option<String>Space-separated text style flags.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawStyle
impl RefUnwindSafe for RawStyle
impl Send for RawStyle
impl Sync for RawStyle
impl Unpin for RawStyle
impl UnsafeUnpin for RawStyle
impl UnwindSafe for RawStyle
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