pub enum DeploymentCommand {
Start,
}Variants§
Start
Auto Trait Implementations§
impl RefUnwindSafe for DeploymentCommand
impl Send for DeploymentCommand
impl Sync for DeploymentCommand
impl Unpin for DeploymentCommand
impl UnwindSafe for DeploymentCommand
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