pub struct Options<'c> {
pub extension: ExtensionOptions<'c>,
pub parse: ParseOptions<'c>,
pub render: RenderOptions,
}Expand description
Umbrella options struct.
Fields§
§extension: ExtensionOptions<'c>Enable CommonMark extensions.
parse: ParseOptions<'c>Configure parse-time options.
render: RenderOptionsConfigure render-time options.
Trait Implementations§
Auto Trait Implementations§
impl<'c> Freeze for Options<'c>
impl<'c> RefUnwindSafe for Options<'c>
impl<'c> Send for Options<'c>
impl<'c> Sync for Options<'c>
impl<'c> Unpin for Options<'c>
impl<'c> UnwindSafe for Options<'c>
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