pub struct DescribeResult {
pub found_commit_hash: String,
pub description: String,
pub is_dirty: bool,
pub tag_name: Option<String>,
}
Fields§
§found_commit_hash: String
§description: String
§is_dirty: bool
§tag_name: Option<String>
Auto Trait Implementations§
impl Freeze for DescribeResult
impl RefUnwindSafe for DescribeResult
impl Send for DescribeResult
impl Sync for DescribeResult
impl Unpin for DescribeResult
impl UnwindSafe for DescribeResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more