pub struct PackStreamIndexBuild {
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 PackStreamIndexBuild
impl Clone for PackStreamIndexBuild
Source§fn clone(&self) -> PackStreamIndexBuild
fn clone(&self) -> PackStreamIndexBuild
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 PackStreamIndexBuild
impl Debug for PackStreamIndexBuild
impl Eq for PackStreamIndexBuild
Source§impl PartialEq for PackStreamIndexBuild
impl PartialEq for PackStreamIndexBuild
Source§fn eq(&self, other: &PackStreamIndexBuild) -> bool
fn eq(&self, other: &PackStreamIndexBuild) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PackStreamIndexBuild
Auto Trait Implementations§
impl Freeze for PackStreamIndexBuild
impl RefUnwindSafe for PackStreamIndexBuild
impl Send for PackStreamIndexBuild
impl Sync for PackStreamIndexBuild
impl Unpin for PackStreamIndexBuild
impl UnsafeUnpin for PackStreamIndexBuild
impl UnwindSafe for PackStreamIndexBuild
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