Struct git_commit::author::Author
source · Expand description
The data for indicating authorship of an action within a
super::Commit.
Fields
name: StringName corresponding to user.name in the git config.
Note: this must not contain < or >.
email: StringEmail corresponding to user.email in the git config.
Note: this must not contain < or >.
time: TimeThe time of this author’s action.
Trait Implementations
impl Eq for Author
impl StructuralEq for Author
impl StructuralPartialEq for Author
Auto Trait Implementations
impl RefUnwindSafe for Author
impl Send for Author
impl Sync for Author
impl Unpin for Author
impl UnwindSafe for Author
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more