pub struct Differ {
pub line_junk: Option<fn(_: &&str) -> bool>,
pub char_junk: Option<fn(_: &char) -> bool>,
}
Fields§
§line_junk: Option<fn(_: &&str) -> bool>
§char_junk: Option<fn(_: &char) -> bool>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Differ
impl RefUnwindSafe for Differ
impl Send for Differ
impl Sync for Differ
impl Unpin for Differ
impl UnwindSafe for Differ
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