pub struct ThemeFile {
pub name: &'static str,
pub content: &'static str,
pub description: &'static str,
}Expand description
Theme file information
Fields§
§name: &'static str§content: &'static str§description: &'static strAuto Trait Implementations§
impl Freeze for ThemeFile
impl RefUnwindSafe for ThemeFile
impl Send for ThemeFile
impl Sync for ThemeFile
impl Unpin for ThemeFile
impl UnwindSafe for ThemeFile
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