pub struct ThemeDefinition {
pub id: &'static str,
pub label: &'static str,
pub palette: ThemePalette,
}
Fields§
§id: &'static str
§label: &'static str
§palette: ThemePalette
Trait Implementations§
Source§impl Clone for ThemeDefinition
impl Clone for ThemeDefinition
Source§fn clone(&self) -> ThemeDefinition
fn clone(&self) -> ThemeDefinition
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 moreAuto Trait Implementations§
impl Freeze for ThemeDefinition
impl RefUnwindSafe for ThemeDefinition
impl Send for ThemeDefinition
impl Sync for ThemeDefinition
impl Unpin for ThemeDefinition
impl UnwindSafe for ThemeDefinition
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