pub enum ReviewRow {
Heading,
File,
Hunk,
Context,
Removed,
Added,
Warning,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReviewRow
impl RefUnwindSafe for ReviewRow
impl Send for ReviewRow
impl Sync for ReviewRow
impl Unpin for ReviewRow
impl UnsafeUnpin for ReviewRow
impl UnwindSafe for ReviewRow
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