Struct radicle_surf::Author
source · pub struct Author {
pub name: String,
pub email: String,
pub time: Time,
}
Expand description
Represents the authorship of actions in a git repo.
Fields§
§name: String
Name of the author.
email: String
Email of the author.
time: Time
Time the action was taken, e.g. time of commit.
Trait Implementations§
source§impl Ord for Author
impl Ord for Author
source§impl PartialOrd for Author
impl PartialOrd for Author
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
)