Struct depcheck_rs_npm::Options
source · [−]pub struct Options {
pub ignore_bin_package: Option<bool>,
pub ignore_patterns: Option<Vec<String>>,
pub ignore_matches: Option<Vec<String>>,
pub skip_missing: Option<bool>,
pub ignore_path: Option<String>,
pub verbose: Option<u32>,
}
Fields
ignore_bin_package: Option<bool>
ignore_patterns: Option<Vec<String>>
ignore_matches: Option<Vec<String>>
skip_missing: Option<bool>
ignore_path: Option<String>
verbose: Option<u32>
Trait Implementations
sourceimpl FromNapiValue for Options
impl FromNapiValue for Options
sourceunsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: JsUnknown) -> Result<Self, Error>
sourceimpl ToNapiValue for Options
impl ToNapiValue for Options
sourceunsafe fn to_napi_value(env: napi_env, val: Options) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: Options) -> Result<napi_value>
Safety Read more
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more