pub struct DioxusProvider { /* private fields */ }Expand description
Provider for Dioxus cross-platform framework commands
Implementations§
Trait Implementations§
Source§impl CommandProvider for DioxusProvider
impl CommandProvider for DioxusProvider
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 DioxusProvider
impl RefUnwindSafe for DioxusProvider
impl Send for DioxusProvider
impl Sync for DioxusProvider
impl Unpin for DioxusProvider
impl UnwindSafe for DioxusProvider
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