Struct version::Version [] [src]

pub struct Version {
    pub major: u32,
    pub minor: u32,
    pub patch: u32,
}

Fields

Trait Implementations

impl Debug for Version
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Version
[src]

impl PartialEq for Version
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for Version
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for Version
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version