pub struct UnifiedDiffParserException {
pub message: String,
}Expand description
Equivalent to Java’s UnifiedDiffParserException.
Fields§
§message: StringImplementations§
Trait Implementations§
Source§impl Clone for UnifiedDiffParserException
impl Clone for UnifiedDiffParserException
Source§fn clone(&self) -> UnifiedDiffParserException
fn clone(&self) -> UnifiedDiffParserException
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 UnifiedDiffParserException
impl Debug for UnifiedDiffParserException
Source§impl Display for UnifiedDiffParserException
impl Display for UnifiedDiffParserException
impl Eq for UnifiedDiffParserException
Source§impl Error for UnifiedDiffParserException
impl Error for UnifiedDiffParserException
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 From<Error> for UnifiedDiffParserException
impl From<Error> for UnifiedDiffParserException
impl StructuralPartialEq for UnifiedDiffParserException
Auto Trait Implementations§
impl Freeze for UnifiedDiffParserException
impl RefUnwindSafe for UnifiedDiffParserException
impl Send for UnifiedDiffParserException
impl Sync for UnifiedDiffParserException
impl Unpin for UnifiedDiffParserException
impl UnsafeUnpin for UnifiedDiffParserException
impl UnwindSafe for UnifiedDiffParserException
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