pub struct EditParams {
pub path: String,
pub old_string: String,
pub new_string: String,
pub replace_all: bool,
pub create: bool,
}Fields§
§path: String§old_string: String§new_string: String§replace_all: bool§create: boolAuto Trait Implementations§
impl Freeze for EditParams
impl RefUnwindSafe for EditParams
impl Send for EditParams
impl Sync for EditParams
impl Unpin for EditParams
impl UnsafeUnpin for EditParams
impl UnwindSafe for EditParams
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