pub struct TauriProvider { /* private fields */ }
Expand description
Provider for Tauri desktop app framework commands
Implementations§
Source§impl TauriProvider
impl TauriProvider
Trait Implementations§
Source§impl CommandProvider for TauriProvider
impl CommandProvider for TauriProvider
Source§fn can_handle(&self, context: &ProjectContext) -> bool
fn can_handle(&self, context: &ProjectContext) -> bool
Whether this provider can handle the given context
Auto Trait Implementations§
impl Freeze for TauriProvider
impl RefUnwindSafe for TauriProvider
impl Send for TauriProvider
impl Sync for TauriProvider
impl Unpin for TauriProvider
impl UnwindSafe for TauriProvider
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