pub struct GitStructureIssue {
pub path: PathBuf,
pub kind: GitStructureIssueKind,
}Expand description
Exact structural problem found while inspecting Git control metadata.
Fields§
§path: PathBufControl path at which the problem was observed.
kind: GitStructureIssueKindClosed problem classification and any comparison evidence.
Trait Implementations§
Source§impl Clone for GitStructureIssue
impl Clone for GitStructureIssue
Source§fn clone(&self) -> GitStructureIssue
fn clone(&self) -> GitStructureIssue
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 GitStructureIssue
impl Debug for GitStructureIssue
impl Eq for GitStructureIssue
Source§impl PartialEq for GitStructureIssue
impl PartialEq for GitStructureIssue
Source§fn eq(&self, other: &GitStructureIssue) -> bool
fn eq(&self, other: &GitStructureIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GitStructureIssue
Auto Trait Implementations§
impl Freeze for GitStructureIssue
impl RefUnwindSafe for GitStructureIssue
impl Send for GitStructureIssue
impl Sync for GitStructureIssue
impl Unpin for GitStructureIssue
impl UnsafeUnpin for GitStructureIssue
impl UnwindSafe for GitStructureIssue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.