pub struct Configs {
pub header_spacing: [bool; 6],
pub links_style: Style,
}Expand description
Configuration of the conversion.
Fields§
§header_spacing: [bool; 6]Spacing after each header
The header at depth n will have spacing if header_spacing[n-1] is true.
links_style: StyleHow to style the links
Trait Implementations§
impl Copy for Configs
Auto Trait Implementations§
impl Freeze for Configs
impl RefUnwindSafe for Configs
impl Send for Configs
impl Sync for Configs
impl Unpin for Configs
impl UnwindSafe for Configs
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