pub struct WriterConfig {
pub overwrite: bool,
pub create_backup: bool,
pub output_dir: Option<PathBuf>,
}
Expand description
ライターの設定
Fields§
§overwrite: bool
上書きするかどうか
create_backup: bool
バックアップを作成するかどうか
output_dir: Option<PathBuf>
出力ディレクトリ
Trait Implementations§
Source§impl Debug for WriterConfig
impl Debug for WriterConfig
Auto Trait Implementations§
impl Freeze for WriterConfig
impl RefUnwindSafe for WriterConfig
impl Send for WriterConfig
impl Sync for WriterConfig
impl Unpin for WriterConfig
impl UnwindSafe for WriterConfig
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