pub struct SelectionColors {
pub background: Option<String>,
}Fields§
§background: Option<String>Background color of text selections in the workbench (for input fields or text areas, does not apply to selections within the editor and the terminal).
Trait Implementations§
Source§impl Clone for SelectionColors
impl Clone for SelectionColors
Source§fn clone(&self) -> SelectionColors
fn clone(&self) -> SelectionColors
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 SelectionColors
impl Debug for SelectionColors
Source§impl<'de> Deserialize<'de> for SelectionColors
impl<'de> Deserialize<'de> for SelectionColors
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 SelectionColors
impl RefUnwindSafe for SelectionColors
impl Send for SelectionColors
impl Sync for SelectionColors
impl Unpin for SelectionColors
impl UnwindSafe for SelectionColors
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