pub enum IdentRole {
Author,
Committer,
}Expand description
Author vs committer for GIT_* / author.* / committer.* lookup.
Variants§
Implementations§
Trait Implementations§
impl Copy for IdentRole
impl Eq for IdentRole
impl StructuralPartialEq for IdentRole
Auto Trait Implementations§
impl Freeze for IdentRole
impl RefUnwindSafe for IdentRole
impl Send for IdentRole
impl Sync for IdentRole
impl Unpin for IdentRole
impl UnsafeUnpin for IdentRole
impl UnwindSafe for IdentRole
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