Struct theme2::ThemeFamily
source · pub struct ThemeFamily {
pub id: String,
pub name: SharedString,
pub author: SharedString,
pub themes: Vec<Theme>,
pub scales: ColorScales,
}
Fields§
§id: String
§name: SharedString
§themes: Vec<Theme>
§scales: ColorScales
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ThemeFamily
impl Send for ThemeFamily
impl Sync for ThemeFamily
impl Unpin for ThemeFamily
impl UnwindSafe for ThemeFamily
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