Struct asyncgit::sync::diff::DiffLine [−][src]
pub struct DiffLine {
pub content: String,
pub line_type: DiffLineType,
pub position: DiffLinePosition,
}Expand description
Fields
content: Stringline_type: DiffLineTypeposition: DiffLinePositionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiffLine
impl UnwindSafe for DiffLine
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more