pub struct EditDiffError {
pub message: String,
}Expand description
Error during diff computation
Fields§
§message: Stringpub.
Trait Implementations§
Source§impl Clone for EditDiffError
impl Clone for EditDiffError
Source§fn clone(&self) -> EditDiffError
fn clone(&self) -> EditDiffError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EditDiffError
impl Debug for EditDiffError
Auto Trait Implementations§
impl Freeze for EditDiffError
impl RefUnwindSafe for EditDiffError
impl Send for EditDiffError
impl Sync for EditDiffError
impl Unpin for EditDiffError
impl UnsafeUnpin for EditDiffError
impl UnwindSafe for EditDiffError
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