pub enum ErrorTheme {
Test,
Overwrite,
}Variants§
Implementations§
Source§impl ErrorTheme
impl ErrorTheme
pub fn diff_style(&self) -> DiffStyle
Trait Implementations§
Source§impl Clone for ErrorTheme
impl Clone for ErrorTheme
Source§fn clone(&self) -> ErrorTheme
fn clone(&self) -> ErrorTheme
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ErrorTheme
Auto Trait Implementations§
impl Freeze for ErrorTheme
impl RefUnwindSafe for ErrorTheme
impl Send for ErrorTheme
impl Sync for ErrorTheme
impl Unpin for ErrorTheme
impl UnwindSafe for ErrorTheme
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