pub struct PackedRef {
pub reference: Ref,
pub peeled: Option<ObjectId>,
}Fields§
§reference: Ref§peeled: Option<ObjectId>Trait Implementations§
impl Eq for PackedRef
impl StructuralPartialEq for PackedRef
Auto Trait Implementations§
impl Freeze for PackedRef
impl RefUnwindSafe for PackedRef
impl Send for PackedRef
impl Sync for PackedRef
impl Unpin for PackedRef
impl UnsafeUnpin for PackedRef
impl UnwindSafe for PackedRef
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