pub struct EditorUnicodeHighlightColors {
pub border: Option<String>,
pub background: Option<String>,
}Fields§
§border: Option<String>Border color used to highlight unicode characters.
background: Option<String>Background color used to highlight unicode characters.
Trait Implementations§
Source§impl Clone for EditorUnicodeHighlightColors
impl Clone for EditorUnicodeHighlightColors
Source§fn clone(&self) -> EditorUnicodeHighlightColors
fn clone(&self) -> EditorUnicodeHighlightColors
Returns a duplicate 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 EditorUnicodeHighlightColors
impl Debug for EditorUnicodeHighlightColors
Source§impl<'de> Deserialize<'de> for EditorUnicodeHighlightColors
impl<'de> Deserialize<'de> for EditorUnicodeHighlightColors
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
Auto Trait Implementations§
impl Freeze for EditorUnicodeHighlightColors
impl RefUnwindSafe for EditorUnicodeHighlightColors
impl Send for EditorUnicodeHighlightColors
impl Sync for EditorUnicodeHighlightColors
impl Unpin for EditorUnicodeHighlightColors
impl UnwindSafe for EditorUnicodeHighlightColors
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