pub struct SideLine { /* private fields */ }Expand description
One side of a side-by-side diff row.
Implementations§
Trait Implementations§
impl Eq for SideLine
impl StructuralPartialEq for SideLine
Auto Trait Implementations§
impl Freeze for SideLine
impl RefUnwindSafe for SideLine
impl Send for SideLine
impl Sync for SideLine
impl Unpin for SideLine
impl UnsafeUnpin for SideLine
impl UnwindSafe for SideLine
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