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