pub struct ThemeStack { /* private fields */ }Expand description
A stack of themes — when looking up a style, themes are checked from top to bottom until a match is found.
Implementations§
Trait Implementations§
Source§impl Clone for ThemeStack
impl Clone for ThemeStack
Source§fn clone(&self) -> ThemeStack
fn clone(&self) -> ThemeStack
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ThemeStack
impl RefUnwindSafe for ThemeStack
impl Send for ThemeStack
impl Sync for ThemeStack
impl Unpin for ThemeStack
impl UnsafeUnpin for ThemeStack
impl UnwindSafe for ThemeStack
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