Struct stc_ts_file_analyzer::analyzer::scope::vars::DeclareVarsOpts
source · [−]Expand description
All bool fields default to false
.
Fields
kind: VarKind
use_iterator_for_array: bool
Trait Implementations
sourceimpl Clone for DeclareVarsOpts
impl Clone for DeclareVarsOpts
sourcefn clone(&self) -> DeclareVarsOpts
fn clone(&self) -> DeclareVarsOpts
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeclareVarsOpts
impl Debug for DeclareVarsOpts
sourceimpl Default for DeclareVarsOpts
impl Default for DeclareVarsOpts
impl Copy for DeclareVarsOpts
Auto Trait Implementations
impl RefUnwindSafe for DeclareVarsOpts
impl Send for DeclareVarsOpts
impl Sync for DeclareVarsOpts
impl Unpin for DeclareVarsOpts
impl UnwindSafe for DeclareVarsOpts
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