pub struct ExcludedFile {
pub path: String,
pub reason: ExclusionReason,
}Expand description
A file that will be excluded from the diff.
Fields§
§path: String§reason: ExclusionReasonTrait Implementations§
Source§impl Clone for ExcludedFile
impl Clone for ExcludedFile
Source§fn clone(&self) -> ExcludedFile
fn clone(&self) -> ExcludedFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExcludedFile
impl RefUnwindSafe for ExcludedFile
impl Send for ExcludedFile
impl Sync for ExcludedFile
impl Unpin for ExcludedFile
impl UnsafeUnpin for ExcludedFile
impl UnwindSafe for ExcludedFile
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