Struct deno_doc::DocParserOptions 
source · pub struct DocParserOptions {
    pub diagnostics: bool,
    pub private: bool,
}Fields§
§diagnostics: boolWhether diagnostics should be collected.
private: boolIncluded private nodes in the output.
Note: Private nodes that are referenced by public nodes are always included.
Trait Implementations§
source§impl Clone for DocParserOptions
 
impl Clone for DocParserOptions
source§fn clone(&self) -> DocParserOptions
 
fn clone(&self) -> DocParserOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for DocParserOptions
 
impl Default for DocParserOptions
source§fn default() -> DocParserOptions
 
fn default() -> DocParserOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DocParserOptions
impl Send for DocParserOptions
impl Sync for DocParserOptions
impl Unpin for DocParserOptions
impl UnwindSafe for DocParserOptions
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