Struct printnanny_cli::config::ConfigCommand
source · [−]pub struct ConfigCommand;Implementations
sourceimpl ConfigCommand
impl ConfigCommand
pub async fn handle(sub_m: &ArgMatches) -> Result<(), ServiceError>
Auto Trait Implementations
impl RefUnwindSafe for ConfigCommand
impl Send for ConfigCommand
impl Sync for ConfigCommand
impl Unpin for ConfigCommand
impl UnwindSafe for ConfigCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more