pub struct ValidateOptions {
pub check_naming: bool,
pub check_json: bool,
pub check_frontmatter: bool,
pub fail_on_error: bool,
}Fields§
§check_naming: bool§check_json: bool§check_frontmatter: bool§fail_on_error: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateOptions
impl RefUnwindSafe for ValidateOptions
impl Send for ValidateOptions
impl Sync for ValidateOptions
impl Unpin for ValidateOptions
impl UnwindSafe for ValidateOptions
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