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