Enum cargo_release::steps::TargetVersion
source · [−]Variants
Relative(BumpLevel)
Absolute(Version)
Implementations
sourceimpl TargetVersion
impl TargetVersion
Trait Implementations
sourceimpl Clone for TargetVersion
impl Clone for TargetVersion
sourcefn clone(&self) -> TargetVersion
fn clone(&self) -> TargetVersion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TargetVersion
impl Debug for TargetVersion
sourceimpl Default for TargetVersion
impl Default for TargetVersion
sourceimpl Display for TargetVersion
impl Display for TargetVersion
sourceimpl FromStr for TargetVersion
impl FromStr for TargetVersion
sourceimpl ValueParserFactory for TargetVersion
impl ValueParserFactory for TargetVersion
type Parser = TargetVersionParser
type Parser = TargetVersionParser
Generated parser, usually
ValueParser. Read moresourcefn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified
Self::ParserAuto Trait Implementations
impl RefUnwindSafe for TargetVersion
impl Send for TargetVersion
impl Sync for TargetVersion
impl Unpin for TargetVersion
impl UnwindSafe for TargetVersion
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