pub struct OwnedFileConflict { /* private fields */ }Methods from Deref<Target = FileConflict<'static>>§
pub fn target(&self) -> &'a str
pub fn conflict_type(&self) -> FileConflictType
pub fn file(&self) -> &'a str
pub fn conflicting_target(&self) -> Option<&'a str>
Trait Implementations§
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
Source§impl<'a, 'b> IntoAlpmListItem<'a, 'b> for OwnedFileConflict
impl<'a, 'b> IntoAlpmListItem<'a, 'b> for OwnedFileConflict
type Borrow = FileConflict<'b>
Auto Trait Implementations§
impl Freeze for OwnedFileConflict
impl RefUnwindSafe for OwnedFileConflict
impl !Send for OwnedFileConflict
impl !Sync 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