pub struct Theme { /* private fields */ }Implementations§
Source§impl Theme
impl Theme
pub fn get_name(&self) -> &str
pub fn set_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_theme_elements(&self) -> &ThemeElements
pub fn get_theme_elements_mut(&mut self) -> &mut ThemeElements
pub fn set_theme_elements(&mut self, value: ThemeElements) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnwindSafe for Theme
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