pub struct ThemeEntry {
pub path: String,
pub name: String,
pub builtin: bool,
}Fields§
§path: StringThe value that goes in settings.toml, relative to the config dir.
name: StringThe display name from the file, falling back to the stem.
builtin: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeEntry
impl RefUnwindSafe for ThemeEntry
impl Send for ThemeEntry
impl Sync for ThemeEntry
impl Unpin for ThemeEntry
impl UnsafeUnpin for ThemeEntry
impl UnwindSafe for ThemeEntry
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