pub struct Command<I: DomainIds, Fs = ()> { /* private fields */ }Implementations§
Source§impl<I: DomainIds> Command<I, ()>
impl<I: DomainIds> Command<I, ()>
pub fn execute<F>(self, f: F) -> Result<ExecuteOutput>
pub fn new(input: I, context: CommandContext) -> Self
Source§impl<I: DomainIds, Fs> Command<I, Fs>
impl<I: DomainIds, Fs> Command<I, Fs>
Auto Trait Implementations§
impl<I, Fs = ()> !RefUnwindSafe for Command<I, Fs>
impl<I, Fs = ()> !Send for Command<I, Fs>
impl<I, Fs = ()> !Sync for Command<I, Fs>
impl<I, Fs = ()> !UnwindSafe for Command<I, Fs>
impl<I, Fs> Freeze for Command<I, Fs>
impl<I, Fs> Unpin for Command<I, Fs>
impl<I, Fs> UnsafeUnpin for Command<I, Fs>where
I: UnsafeUnpin,
Fs: UnsafeUnpin,
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