pub struct L2SectionGuard {
pub required: Vec<String>,
}Expand description
L2 validator: enforce required markdown sections exist.
Fields§
§required: Vec<String>Trait Implementations§
Source§impl MemoryValidator for L2SectionGuard
impl MemoryValidator for L2SectionGuard
Auto Trait Implementations§
impl Freeze for L2SectionGuard
impl RefUnwindSafe for L2SectionGuard
impl Send for L2SectionGuard
impl Sync for L2SectionGuard
impl Unpin for L2SectionGuard
impl UnsafeUnpin for L2SectionGuard
impl UnwindSafe for L2SectionGuard
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