Enum cargo_release::steps::TargetVersion
source · Variants§
Implementations§
Trait Implementations§
source§impl Clone for TargetVersion
impl Clone for TargetVersion
source§fn clone(&self) -> TargetVersion
fn clone(&self) -> TargetVersion
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 moresource§impl Debug for TargetVersion
impl Debug for TargetVersion
source§impl Default for TargetVersion
impl Default for TargetVersion
source§impl Display for TargetVersion
impl Display for TargetVersion
source§impl FromStr for TargetVersion
impl FromStr for TargetVersion
source§impl ValueParserFactory for TargetVersion
impl ValueParserFactory for TargetVersion
§type Parser = TargetVersionParser
type Parser = TargetVersionParser
Generated parser, usually
ValueParser. Read moresource§fn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified
Self::Parser