Struct stc_ts_file_analyzer::analyzer::InnerConfig
source · [−]Expand description
Configuration for the analyzer.
Fields
is_builtin: bool
is_dts: bool
Trait Implementations
sourceimpl Debug for InnerConfig
impl Debug for InnerConfig
sourceimpl Default for InnerConfig
impl Default for InnerConfig
sourcefn default() -> InnerConfig
fn default() -> InnerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InnerConfig
impl Send for InnerConfig
impl Sync for InnerConfig
impl Unpin for InnerConfig
impl UnwindSafe for InnerConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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