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