pub struct OwnedFileConflict { /* private fields */ }
Methods from Deref<Target = 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 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 OwnedFileConflict
impl Debug for OwnedFileConflict
Source§impl Deref for OwnedFileConflict
impl Deref for OwnedFileConflict
Source§impl Drop for OwnedFileConflict
impl Drop for OwnedFileConflict
impl Send for OwnedFileConflict
impl Sync for OwnedFileConflict
Auto Trait Implementations§
impl Freeze for OwnedFileConflict
impl RefUnwindSafe for OwnedFileConflict
impl Unpin for OwnedFileConflict
impl UnwindSafe for OwnedFileConflict
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