pub struct RepositoryHistory {
pub repository: RepositoryId,
pub head: ObjectId,
pub commits: Vec<ObjectId>,
}Fields§
§repository: RepositoryId§head: ObjectId§commits: Vec<ObjectId>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