Struct cargo_make::types::GitInfo [−][src]
pub struct GitInfo { pub branch: Option<String>, pub user_name: Option<String>, pub user_email: Option<String>, }
Holds git info for the given repo directory
Fields
branch: Option<String>
branch name
user_name: Option<String>
user.name
user_email: Option<String>
user.email
Methods
impl GitInfo
[src]
impl GitInfo
Trait Implementations
impl Debug for GitInfo
[src]
impl Debug for GitInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GitInfo
[src]
impl Clone for GitInfo