pub struct Config {
pub default_slides: usize,
pub default_title: String,
pub default_output_dir: String,
pub default_extension: String,
}Expand description
Default configuration values
Fields§
§default_slides: usizeDefault slide count
default_title: StringDefault presentation title
default_output_dir: StringDefault output directory
default_extension: StringDefault file extension
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