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