pub struct ThemeMeta {
pub id: String,
pub name: String,
pub variant: String,
pub is_custom: bool,
}Expand description
Theme metadata parsed from the [meta] section.
Fields§
§id: String§name: String§variant: String§is_custom: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeMeta
impl RefUnwindSafe for ThemeMeta
impl Send for ThemeMeta
impl Sync for ThemeMeta
impl Unpin for ThemeMeta
impl UnsafeUnpin for ThemeMeta
impl UnwindSafe for ThemeMeta
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