pub struct ThemeFactory;Expand description
主题工厂,用于创建主题实例
Implementations§
Auto Trait Implementations§
impl Freeze for ThemeFactory
impl RefUnwindSafe for ThemeFactory
impl Send for ThemeFactory
impl Sync for ThemeFactory
impl Unpin for ThemeFactory
impl UnsafeUnpin for ThemeFactory
impl UnwindSafe for ThemeFactory
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