pub struct htmlDiff;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for htmlDiff
impl RefUnwindSafe for htmlDiff
impl Send for htmlDiff
impl Sync for htmlDiff
impl Unpin for htmlDiff
impl UnwindSafe for htmlDiff
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