Struct rustfmt_nightly::rustfmt_diff::ModifiedLines
source · pub struct ModifiedLines {
pub chunks: Vec<ModifiedChunk>,
}
Expand description
Set of changed sections of a file.
Fields
chunks: Vec<ModifiedChunk>
The set of changed chunks.
Trait Implementations
sourceimpl Debug for ModifiedLines
impl Debug for ModifiedLines
sourceimpl Display for ModifiedLines
impl Display for ModifiedLines
sourceimpl From<Vec<Mismatch, Global>> for ModifiedLines
impl From<Vec<Mismatch, Global>> for ModifiedLines
sourcefn from(mismatches: Vec<Mismatch>) -> ModifiedLines
fn from(mismatches: Vec<Mismatch>) -> ModifiedLines
Converts to this type from the input type.
sourceimpl FromStr for ModifiedLines
impl FromStr for ModifiedLines
sourceimpl PartialEq<ModifiedLines> for ModifiedLines
impl PartialEq<ModifiedLines> for ModifiedLines
sourcefn eq(&self, other: &ModifiedLines) -> bool
fn eq(&self, other: &ModifiedLines) -> bool
impl Eq for ModifiedLines
impl StructuralEq for ModifiedLines
impl StructuralPartialEq for ModifiedLines
Auto Trait Implementations
impl RefUnwindSafe for ModifiedLines
impl Send for ModifiedLines
impl Sync for ModifiedLines
impl Unpin for ModifiedLines
impl UnwindSafe for ModifiedLines
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes