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