pub struct Theme {
pub text: Color32,
pub keyword: Color32,
pub ty: Color32,
pub string: Color32,
pub number: Color32,
pub comment: Color32,
pub attribute: Color32,
pub punct: Color32,
}Fields§
§text: Color32§keyword: Color32§ty: Color32§string: Color32§number: Color32§comment: Color32§attribute: Color32§punct: Color32Implementations§
Trait 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§
impl<T> Allocation for T
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