Struct react::WrapDynFnOrFnMut
source · [−]Tuple Fields
0: Box<F>
Implementations
Trait Implementations
sourceimpl<F: ?Sized + WasmClosure> IntoPropValue<WrapDynFnOrFnMut<F>> for Box<F>
impl<F: ?Sized + WasmClosure> IntoPropValue<WrapDynFnOrFnMut<F>> for Box<F>
fn into_prop_value(self) -> WrapDynFnOrFnMut<F>
sourceimpl<F: 'static + ?Sized + WasmClosure> SafeIntoJsRuntime for WrapDynFnOrFnMut<F>
impl<F: 'static + ?Sized + WasmClosure> SafeIntoJsRuntime for WrapDynFnOrFnMut<F>
fn safe_into_js_runtime(self) -> PassedToJsRuntime
Auto Trait Implementations
impl<F: ?Sized> RefUnwindSafe for WrapDynFnOrFnMut<F> where
F: RefUnwindSafe,
impl<F: ?Sized> Send for WrapDynFnOrFnMut<F> where
F: Send,
impl<F: ?Sized> Sync for WrapDynFnOrFnMut<F> where
F: Sync,
impl<F: ?Sized> Unpin for WrapDynFnOrFnMut<F>
impl<F: ?Sized> UnwindSafe for WrapDynFnOrFnMut<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more