pub struct GenerateDocumentationSetting {
pub documentation: bool,
pub references: bool,
pub does_support_markdown: bool,
}Fields§
§documentation: bool§references: bool§does_support_markdown: boolAuto Trait Implementations§
impl Freeze for GenerateDocumentationSetting
impl RefUnwindSafe for GenerateDocumentationSetting
impl Send for GenerateDocumentationSetting
impl Sync for GenerateDocumentationSetting
impl Unpin for GenerateDocumentationSetting
impl UnsafeUnpin for GenerateDocumentationSetting
impl UnwindSafe for GenerateDocumentationSetting
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