pub struct RefPointerSummary {
pub ref_name: String,
pub ref_state_id: ObjectId,
}Expand description
One enumerated ref pointer, for deterministic listing.
Fields§
§ref_name: StringHuman-readable ref name recovered from the pointer file body.
ref_state_id: ObjectIdCurrent RefState object ID selected by this pointer.
Trait Implementations§
Source§impl Clone for RefPointerSummary
impl Clone for RefPointerSummary
Source§fn clone(&self) -> RefPointerSummary
fn clone(&self) -> RefPointerSummary
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 RefPointerSummary
impl Debug for RefPointerSummary
impl Eq for RefPointerSummary
Source§impl PartialEq for RefPointerSummary
impl PartialEq for RefPointerSummary
impl StructuralPartialEq for RefPointerSummary
Auto Trait Implementations§
impl Freeze for RefPointerSummary
impl RefUnwindSafe for RefPointerSummary
impl Send for RefPointerSummary
impl Sync for RefPointerSummary
impl Unpin for RefPointerSummary
impl UnsafeUnpin for RefPointerSummary
impl UnwindSafe for RefPointerSummary
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