pub struct CompactDiffPreview {
pub lines: Vec<String>,
}Expand description
Fields§
§lines: Vec<String>Textual preview lines.
Trait Implementations§
Source§impl Clone for CompactDiffPreview
impl Clone for CompactDiffPreview
Source§fn clone(&self) -> CompactDiffPreview
fn clone(&self) -> CompactDiffPreview
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompactDiffPreview
impl Debug for CompactDiffPreview
Source§impl Default for CompactDiffPreview
impl Default for CompactDiffPreview
Source§fn default() -> CompactDiffPreview
fn default() -> CompactDiffPreview
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompactDiffPreview
impl RefUnwindSafe for CompactDiffPreview
impl Send for CompactDiffPreview
impl Sync for CompactDiffPreview
impl Unpin for CompactDiffPreview
impl UnsafeUnpin for CompactDiffPreview
impl UnwindSafe for CompactDiffPreview
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