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§
source§impl Debug for ModifiedLines
impl Debug for ModifiedLines
source§impl Display for ModifiedLines
impl Display for ModifiedLines
source§impl FromStr for ModifiedLines
impl FromStr for ModifiedLines
source§impl PartialEq<ModifiedLines> for ModifiedLines
impl PartialEq<ModifiedLines> for ModifiedLines
source§fn eq(&self, other: &ModifiedLines) -> bool
fn eq(&self, other: &ModifiedLines) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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