pub struct Config {
pub target_dir: PathBuf,
pub out_file: PathBuf,
pub prompt_file: PathBuf,
}Fieldsยง
ยงtarget_dir: PathBufยงout_file: PathBufยงprompt_file: PathBufImplementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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