pub struct PackIndexBuild {
pub index: Vec<u8>,
pub pack_checksum: ObjectId,
pub entries: Vec<PackIndexEntry>,
pub objects: Vec<PackIndexedObject>,
}Fields§
§index: Vec<u8>§pack_checksum: ObjectId§entries: Vec<PackIndexEntry>§objects: Vec<PackIndexedObject>Trait Implementations§
Source§impl Clone for PackIndexBuild
impl Clone for PackIndexBuild
Source§impl Debug for PackIndexBuild
impl Debug for PackIndexBuild
impl Eq for PackIndexBuild
Source§impl PartialEq for PackIndexBuild
impl PartialEq for PackIndexBuild
impl StructuralPartialEq for PackIndexBuild
Auto Trait Implementations§
impl Freeze for PackIndexBuild
impl RefUnwindSafe for PackIndexBuild
impl Send for PackIndexBuild
impl Sync for PackIndexBuild
impl Unpin for PackIndexBuild
impl UnsafeUnpin for PackIndexBuild
impl UnwindSafe for PackIndexBuild
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