pub struct PatchFile {
pub file_name: String,
pub line: u32,
pub column_start: u32,
pub column_end: u32,
pub undo_group: u64,
pub replace: String,
}
Fields§
§file_name: String
§line: u32
§column_start: u32
§column_end: u32
§undo_group: u64
§replace: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchFile
impl RefUnwindSafe for PatchFile
impl Send for PatchFile
impl Sync for PatchFile
impl Unpin for PatchFile
impl UnwindSafe for PatchFile
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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