pub struct LineChange {
pub kind: Change,
pub content: String,
}
Fields§
§kind: Change
§content: String
Trait Implementations§
Auto 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