pub struct ThemeListing {
pub dir: String,
pub presets: Vec<ThemeEntry>,
}Fields§
§dir: String§presets: Vec<ThemeEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeListing
impl RefUnwindSafe for ThemeListing
impl Send for ThemeListing
impl Sync for ThemeListing
impl Unpin for ThemeListing
impl UnsafeUnpin for ThemeListing
impl UnwindSafe for ThemeListing
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