pub struct PackIndexBuild {
pub index: Vec<u8>,
pub pack_checksum: ObjectId,
pub entries: Vec<PackIndexEntry>,
}Fields§
§index: Vec<u8>§pack_checksum: ObjectId§entries: Vec<PackIndexEntry>Trait Implementations§
Source§impl Clone for PackIndexBuild
impl Clone for PackIndexBuild
Source§fn clone(&self) -> PackIndexBuild
fn clone(&self) -> PackIndexBuild
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 PackIndexBuild
impl Debug for PackIndexBuild
impl Eq for PackIndexBuild
Source§impl PartialEq for PackIndexBuild
impl PartialEq for PackIndexBuild
Source§fn eq(&self, other: &PackIndexBuild) -> bool
fn eq(&self, other: &PackIndexBuild) -> bool
Tests for
self and other values to be equal, and is used by ==.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