pub struct FileConflict { /* private fields */ }
Implementations§
Source§impl FileConflict
impl FileConflict
pub fn target(&self) -> &str
pub fn conflict_type(&self) -> FileConflictType
pub fn file(&self) -> &str
pub fn conflicting_target(&self) -> Option<&str>
Trait Implementations§
Source§impl AsRef<FileConflict> for FileConflict
impl AsRef<FileConflict> for FileConflict
Source§fn as_ref(&self) -> &FileConflict
fn as_ref(&self) -> &FileConflict
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<FileConflict> for OwnedFileConflict
impl AsRef<FileConflict> for OwnedFileConflict
Source§fn as_ref(&self) -> &FileConflict
fn as_ref(&self) -> &FileConflict
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for FileConflict
impl Debug for FileConflict
impl Send for FileConflict
impl Sync for FileConflict
Auto Trait Implementations§
impl Freeze for FileConflict
impl RefUnwindSafe for FileConflict
impl Unpin for FileConflict
impl UnwindSafe for FileConflict
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