Struct radicle_git_ext::author::Author
source · pub struct Author {
pub name: String,
pub email: String,
pub time: Time,
}
Expand description
The data for indicating authorship of an action within a
crate::commit::Commit
.
Fields§
§name: String
Name corresponding to user.name
in the git config.
Note: this must not contain <
or >
.
email: String
Email corresponding to user.email
in the git config.
Note: this must not contain <
or >
.
time: Time
The time of this author’s action.
Trait Implementations§
impl Eq for Author
impl StructuralPartialEq for Author
Auto Trait Implementations§
impl Freeze for Author
impl RefUnwindSafe for Author
impl Send for Author
impl Sync for Author
impl Unpin for Author
impl UnwindSafe for Author
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)