Struct debian_analyzer::control::ChangeConflict
source · pub struct ChangeConflict { /* private fields */ }Trait Implementations§
source§impl Debug for ChangeConflict
impl Debug for ChangeConflict
source§impl Display for ChangeConflict
impl Display for ChangeConflict
source§impl Error for ChangeConflict
impl Error for ChangeConflict
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for ChangeConflict
impl PartialEq for ChangeConflict
impl Eq for ChangeConflict
impl StructuralPartialEq for ChangeConflict
Auto Trait Implementations§
impl Freeze for ChangeConflict
impl RefUnwindSafe for ChangeConflict
impl Send for ChangeConflict
impl Sync for ChangeConflict
impl Unpin for ChangeConflict
impl UnwindSafe for ChangeConflict
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<E> Fail for E
impl<E> Fail for E
source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more