pub enum DocRec {
NoReq,
StructDoc,
AllDoc,
}Expand description
Defines the documentation requirements for the configuration struct.
Variants§
NoReq
No documentation required.
StructDoc
The top-level struct must be documented.
AllDoc
The struct and all its fields must be documented.
Implementations§
Trait Implementations§
impl Copy for DocRec
impl Eq for DocRec
impl StructuralPartialEq for DocRec
Auto Trait Implementations§
impl Freeze for DocRec
impl RefUnwindSafe for DocRec
impl Send for DocRec
impl Sync for DocRec
impl Unpin for DocRec
impl UnsafeUnpin for DocRec
impl UnwindSafe for DocRec
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