Struct cargo::sources::git::GitRevision [] [src]

pub struct GitRevision(_);

Trait Implementations

impl PartialEq for GitRevision
[src]

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

This method tests for !=.

impl Clone for GitRevision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GitRevision
[src]

Formats the value using the given formatter.

impl Serialize for GitRevision
[src]

Serialize this value into the given Serde serializer. Read more

impl Display for GitRevision
[src]

Formats the value using the given formatter. Read more