pub struct Theme {
pub key: Color,
pub string: Color,
pub number: Color,
pub boolean: Color,
pub null: Color,
}Expand description
Colors for different JSON components.
Fields§
§key: Color§string: Color§number: Color§boolean: Color§null: ColorTrait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnsafeUnpin for Theme
impl UnwindSafe for Theme
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