pub struct FixChange {
pub file: String,
pub line: usize,
pub from: String,
pub to: String,
}Expand description
교체 한 건.
Fields§
§file: String§line: usize§from: String§to: StringAuto Trait Implementations§
impl Freeze for FixChange
impl RefUnwindSafe for FixChange
impl Send for FixChange
impl Sync for FixChange
impl Unpin for FixChange
impl UnsafeUnpin for FixChange
impl UnwindSafe for FixChange
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