pub struct RepositoryHistory {
pub repository: RepositoryId,
pub head: ObjectId,
pub commits: Vec<ObjectId>,
}Fields§
§repository: RepositoryId§head: ObjectId§commits: Vec<ObjectId>Trait Implementations§
Source§impl Clone for RepositoryHistory
impl Clone for RepositoryHistory
Source§fn clone(&self) -> RepositoryHistory
fn clone(&self) -> RepositoryHistory
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 RepositoryHistory
impl Debug for RepositoryHistory
impl Eq for RepositoryHistory
Source§impl PartialEq for RepositoryHistory
impl PartialEq for RepositoryHistory
impl StructuralPartialEq for RepositoryHistory
Auto Trait Implementations§
impl Freeze for RepositoryHistory
impl RefUnwindSafe for RepositoryHistory
impl Send for RepositoryHistory
impl Sync for RepositoryHistory
impl Unpin for RepositoryHistory
impl UnsafeUnpin for RepositoryHistory
impl UnwindSafe for RepositoryHistory
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