Enum semver::SemVerError [−][src]
pub enum SemVerError { ParseError(String), }
An error type for this crate
Currently, just a generic error. Will make this nicer later.
Variants
ParseError(String)
An error ocurred while parsing.
Trait Implementations
impl Clone for SemVerError
[src]
impl Clone for SemVerError
[src]fn clone(&self) -> SemVerError
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Error for SemVerError
[src]
impl Error for SemVerError
[src]impl PartialEq<SemVerError> for SemVerError
[src]
impl PartialEq<SemVerError> for SemVerError
[src]fn eq(&self, other: &SemVerError) -> bool
[src][−]
fn ne(&self, other: &SemVerError) -> bool
[src][−]
impl PartialOrd<SemVerError> for SemVerError
[src]
impl PartialOrd<SemVerError> for SemVerError
[src]fn partial_cmp(&self, other: &SemVerError) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool