pub struct Commands<R: Runtime>(/* private fields */);Expand description
A wrapper around the output of the collect_commands macro.
This acts to seal the implementation details of the macro.
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for Commands<R>
impl<R> !RefUnwindSafe for Commands<R>
impl<R> Send for Commands<R>
impl<R> Sync for Commands<R>
impl<R> Unpin for Commands<R>
impl<R> !UnwindSafe for Commands<R>
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