Struct nu_engine::documentation::DocumentationConfig
source · [−]pub struct DocumentationConfig { /* private fields */ }Trait Implementations
sourceimpl Default for DocumentationConfig
impl Default for DocumentationConfig
sourcefn default() -> DocumentationConfig
fn default() -> DocumentationConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DocumentationConfig
impl Send for DocumentationConfig
impl Sync for DocumentationConfig
impl Unpin for DocumentationConfig
impl UnwindSafe for DocumentationConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more