Struct yohan_boogaert_1995::XtaskWasm
source · [−]pub struct XtaskWasm {}
Expand description
Customizable commands based on xtask for your WASM project. [Repository]
Auto Trait Implementations
impl RefUnwindSafe for XtaskWasm
impl Send for XtaskWasm
impl Sync for XtaskWasm
impl Unpin for XtaskWasm
impl UnwindSafe for XtaskWasm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more