pub struct ThemeData {
pub name: String,
pub description: String,
pub experimental: bool,
}Fields§
§name: String§description: String§experimental: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeData
impl RefUnwindSafe for ThemeData
impl Send for ThemeData
impl Sync for ThemeData
impl Unpin for ThemeData
impl UnsafeUnpin for ThemeData
impl UnwindSafe for ThemeData
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