pub enum ConfigCommand {
Configure,
Path,
Doctor {
service: Option<String>,
},
}Variants§
Auto Trait Implementations§
impl Freeze for ConfigCommand
impl RefUnwindSafe for ConfigCommand
impl Send for ConfigCommand
impl Sync for ConfigCommand
impl Unpin for ConfigCommand
impl UnsafeUnpin for ConfigCommand
impl UnwindSafe for ConfigCommand
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