pub struct ValidateOpts {
pub strict_heading_levels: bool,
}Fields§
§strict_heading_levels: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateOpts
impl RefUnwindSafe for ValidateOpts
impl Send for ValidateOpts
impl Sync for ValidateOpts
impl Unpin for ValidateOpts
impl UnsafeUnpin for ValidateOpts
impl UnwindSafe for ValidateOpts
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