Enum humble_cli::prelude::ChoicePeriod
source · pub enum ChoicePeriod {
Current,
Date {
month: String,
year: u16,
},
}Variants§
Trait Implementations§
source§impl Clone for ChoicePeriod
impl Clone for ChoicePeriod
source§fn clone(&self) -> ChoicePeriod
fn clone(&self) -> ChoicePeriod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more