pub struct CommentRmCfg {
pub in_place: bool,
pub path: PathBuf,
}
Expand description
Configuration options for removing comments from a code.
Fields§
§in_place: bool
If true
, the modified code is saved on a file
path: PathBuf
Path to output file
Auto Trait Implementations§
impl Freeze for CommentRmCfg
impl RefUnwindSafe for CommentRmCfg
impl Send for CommentRmCfg
impl Sync for CommentRmCfg
impl Unpin for CommentRmCfg
impl UnwindSafe for CommentRmCfg
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