Struct stc_ts_file_analyzer::analyzer::class::ClassState
source · [−]Fields
need_super_call: RefCell<bool>
Used only while validating constructors.
false
means this
can be used.
Trait Implementations
sourceimpl Debug for ClassState
impl Debug for ClassState
sourceimpl Default for ClassState
impl Default for ClassState
sourcefn default() -> ClassState
fn default() -> ClassState
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for ClassState
impl Send for ClassState
impl !Sync for ClassState
impl Unpin for ClassState
impl UnwindSafe for ClassState
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