Struct tauri_plugin_theme::ThemePlugin
source · pub struct ThemePlugin;Implementations§
source§impl ThemePlugin
impl ThemePlugin
pub fn init<R: Runtime>(_config: &mut Config) -> TauriPlugin<R, TauriConfig>
Auto Trait Implementations§
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