pub enum DiffError {
MissingNL,
}
Variants§
MissingNL
Trait Implementations§
impl Eq for DiffError
impl StructuralPartialEq for DiffError
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