Enum strum::ParseError
source · pub enum ParseError {
VariantNotFound,
}
Expand description
The ParseError
enum is a collection of all the possible reasons
an enum can fail to parse from a string.
Variants§
VariantNotFound
Trait Implementations§
source§impl Clone for ParseError
impl Clone for ParseError
source§fn clone(&self) -> ParseError
fn clone(&self) -> ParseError
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