pub struct Config {
pub pages_dir: String,
pub parts_dir: String,
pub static_dir: String,
pub build_dir: String,
}Fields
pages_dir: Stringparts_dir: Stringstatic_dir: Stringbuild_dir: StringImplementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more