Struct rust_tools_version::Version [] [src]

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

Fields

Methods

impl Version
[src]

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.

impl Copy for Version
[src]

impl Clone for Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Version
[src]

impl PartialEq for Version
[src]

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

This method tests for !=.

impl Display for Version
[src]

Formats the value using the given formatter. Read more