pub enum ParsePrereleaseError {
DotSeparatorMissing,
NumericPartNotAU16,
UnknownIdentifier,
}This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
Variants§
DotSeparatorMissing
This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
NumericPartNotAU16
This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
UnknownIdentifier
This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.
Trait Implementations§
Source§impl Clone for ParsePrereleaseError
impl Clone for ParsePrereleaseError
Source§fn clone(&self) -> ParsePrereleaseError
fn clone(&self) -> ParsePrereleaseError
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more