[][src]Struct git_calver::calver::CalVer

pub struct CalVer { /* fields omitted */ }

Methods

impl CalVer[src]

pub fn new(revision: i8) -> CalVer[src]

pub fn zero() -> CalVer[src]

Trait Implementations

impl Clone for CalVer[src]

impl Copy for CalVer[src]

impl Debug for CalVer[src]

impl Display for CalVer[src]

impl Eq for CalVer[src]

impl Ord for CalVer[src]

impl PartialEq<CalVer> for CalVer[src]

impl PartialOrd<CalVer> for CalVer[src]

impl StructuralEq for CalVer[src]

impl StructuralPartialEq for CalVer[src]

Auto Trait Implementations

impl RefUnwindSafe for CalVer

impl Send for CalVer

impl Sync for CalVer

impl Unpin for CalVer

impl UnwindSafe for CalVer

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.