pub struct RefFileOutcome {
pub path: PathBuf,
pub status: RefFileStatus,
}Expand description
One pointer or log entry’s resolved outcome.
Fields§
§path: PathBufA display-only locator – see the type’s own doc.
status: RefFileStatusHow this entry’s own read/validation resolved.
Trait Implementations§
Source§impl Clone for RefFileOutcome
impl Clone for RefFileOutcome
Source§fn clone(&self) -> RefFileOutcome
fn clone(&self) -> RefFileOutcome
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 RefFileOutcome
impl Debug for RefFileOutcome
impl Eq for RefFileOutcome
Source§impl PartialEq for RefFileOutcome
impl PartialEq for RefFileOutcome
impl StructuralPartialEq for RefFileOutcome
Auto Trait Implementations§
impl Freeze for RefFileOutcome
impl RefUnwindSafe for RefFileOutcome
impl Send for RefFileOutcome
impl Sync for RefFileOutcome
impl Unpin for RefFileOutcome
impl UnsafeUnpin for RefFileOutcome
impl UnwindSafe for RefFileOutcome
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