pub struct ThemeDef {
pub key: &'static str,
pub name: &'static str,
pub css: &'static str,
}Fields§
§key: &'static str§name: &'static str§css: &'static strAuto Trait Implementations§
impl Freeze for ThemeDef
impl RefUnwindSafe for ThemeDef
impl Send for ThemeDef
impl Sync for ThemeDef
impl Unpin for ThemeDef
impl UnwindSafe for ThemeDef
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more