pub struct Dirty { /* private fields */ }Expand description
git configuration for the dirty output
Implementations§
Trait Implementations§
impl Copy for Dirty
impl Eq for Dirty
impl StructuralPartialEq for Dirty
Auto Trait Implementations§
impl Freeze for Dirty
impl RefUnwindSafe for Dirty
impl Send for Dirty
impl Sync for Dirty
impl Unpin for Dirty
impl UnwindSafe for Dirty
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