pub struct RustActions<W: World + 'static> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for RustActions<W>
impl<W> RefUnwindSafe for RustActions<W>where
W: RefUnwindSafe,
impl<W> Send for RustActions<W>
impl<W> Sync for RustActions<W>
impl<W> Unpin for RustActions<W>where
W: Unpin,
impl<W> UnwindSafe for RustActions<W>where
W: UnwindSafe,
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