Struct oysterpack_app_metadata::metadata::GitVersion[][src]

pub struct GitVersion(_);

Contains HEAD's tag. The short commit id is used if HEAD is not tagged.

Methods

impl GitVersion
[src]

TargetTriple constructor

get the underlying value

Trait Implementations

impl Debug for GitVersion
[src]

Formats the value using the given formatter. Read more

impl Clone for GitVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for GitVersion
[src]

impl PartialEq for GitVersion
[src]

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

This method tests for !=.

impl Hash for GitVersion
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for GitVersion
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GitVersion

impl Sync for GitVersion