pub struct ThemePlugin;
Implementations§
Source§impl ThemePlugin
impl ThemePlugin
pub fn init<R: Runtime>(_config: &mut Config) -> TauriPlugin<R, TauriConfig>
Auto Trait Implementations§
impl Freeze for ThemePlugin
impl RefUnwindSafe for ThemePlugin
impl Send for ThemePlugin
impl Sync for ThemePlugin
impl Unpin for ThemePlugin
impl UnwindSafe for ThemePlugin
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