pub struct LineChange {
pub(crate) kind: ChangeKind,
pub(crate) content: String,
}Fields§
§kind: ChangeKind§content: StringAuto Trait Implementations§
impl Freeze for LineChange
impl RefUnwindSafe for LineChange
impl Send for LineChange
impl Sync for LineChange
impl Unpin for LineChange
impl UnwindSafe for LineChange
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