pub struct DiffOptions<'a> {
pub files: Vec<&'a PathBuf>,
pub quiet: bool,
}Fields§
§files: Vec<&'a PathBuf>§quiet: boolAuto Trait Implementations§
impl<'a> Freeze for DiffOptions<'a>
impl<'a> RefUnwindSafe for DiffOptions<'a>
impl<'a> Send for DiffOptions<'a>
impl<'a> Sync for DiffOptions<'a>
impl<'a> Unpin for DiffOptions<'a>
impl<'a> UnwindSafe for DiffOptions<'a>
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