pub enum DiffErrorKind {
IOError(Error),
InvalidIndex(usize),
UnmatchedContent(String, String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffErrorKind
impl !RefUnwindSafe for DiffErrorKind
impl Send for DiffErrorKind
impl Sync for DiffErrorKind
impl Unpin for DiffErrorKind
impl !UnwindSafe for DiffErrorKind
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