pub struct MystOptions {
pub directive_containers: bool,
pub inline_roles: bool,
pub substitution_references: bool,
pub comments: bool,
}Expand description
Recognition toggles for MyST-flavoured extensions.
Fields§
§directive_containers: bool§inline_roles: bool§substitution_references: bool§comments: boolTrait Implementations§
Source§impl Clone for MystOptions
impl Clone for MystOptions
Source§fn clone(&self) -> MystOptions
fn clone(&self) -> MystOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MystOptions
impl Debug for MystOptions
Source§impl Default for MystOptions
impl Default for MystOptions
Source§impl PartialEq for MystOptions
impl PartialEq for MystOptions
Source§fn eq(&self, other: &MystOptions) -> bool
fn eq(&self, other: &MystOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MystOptions
impl Eq for MystOptions
impl StructuralPartialEq for MystOptions
Auto Trait Implementations§
impl Freeze for MystOptions
impl RefUnwindSafe for MystOptions
impl Send for MystOptions
impl Sync for MystOptions
impl Unpin for MystOptions
impl UnsafeUnpin for MystOptions
impl UnwindSafe for MystOptions
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