pub struct DiffSide {}
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