pub struct RepositoryTimelineEntry {
pub repository: RepositoryId,
pub id: ObjectId,
pub tree: ObjectId,
pub parents: Vec<ObjectId>,
pub committer_time: i64,
}Fields§
§repository: RepositoryId§id: ObjectId§tree: ObjectId§parents: Vec<ObjectId>§committer_time: i64Trait Implementations§
Source§impl Clone for RepositoryTimelineEntry
impl Clone for RepositoryTimelineEntry
Source§fn clone(&self) -> RepositoryTimelineEntry
fn clone(&self) -> RepositoryTimelineEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepositoryTimelineEntry
impl Debug for RepositoryTimelineEntry
impl Eq for RepositoryTimelineEntry
Source§impl PartialEq for RepositoryTimelineEntry
impl PartialEq for RepositoryTimelineEntry
impl StructuralPartialEq for RepositoryTimelineEntry
Auto Trait Implementations§
impl Freeze for RepositoryTimelineEntry
impl RefUnwindSafe for RepositoryTimelineEntry
impl Send for RepositoryTimelineEntry
impl Sync for RepositoryTimelineEntry
impl Unpin for RepositoryTimelineEntry
impl UnsafeUnpin for RepositoryTimelineEntry
impl UnwindSafe for RepositoryTimelineEntry
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