pub struct RunCommand { /* private fields */ }Implementations§
Source§impl RunCommand
impl RunCommand
Sourcepub fn builder() -> RunCommandBuilder
pub fn builder() -> RunCommandBuilder
Create an instance of RunCommand using the builder syntax
Source§impl RunCommand
impl RunCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunCommand
impl RefUnwindSafe for RunCommand
impl Send for RunCommand
impl Sync for RunCommand
impl Unpin for RunCommand
impl UnwindSafe for RunCommand
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