pub struct THEME_ENGINE { /* private fields */ }Trait Implementations§
Source§impl Deref for THEME_ENGINE
impl Deref for THEME_ENGINE
impl LazyStatic for THEME_ENGINE
Auto Trait Implementations§
impl Freeze for THEME_ENGINE
impl RefUnwindSafe for THEME_ENGINE
impl Send for THEME_ENGINE
impl Sync for THEME_ENGINE
impl Unpin for THEME_ENGINE
impl UnwindSafe for THEME_ENGINE
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