pub struct DiffError {
kind: DiffErrorKind,
reason: String,
}
Fields§
§kind: DiffErrorKind
§reason: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffError
impl !RefUnwindSafe for DiffError
impl Send for DiffError
impl Sync for DiffError
impl Unpin for DiffError
impl !UnwindSafe for DiffError
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