Struct molt_forked::interp::Command
source · pub struct Command<Ctx: 'static> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Ctx> Freeze for Command<Ctx>
impl<Ctx> RefUnwindSafe for Command<Ctx>
impl<Ctx> Send for Command<Ctx>
impl<Ctx> Sync for Command<Ctx>
impl<Ctx> Unpin for Command<Ctx>
impl<Ctx> UnwindSafe for Command<Ctx>
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