Enum stc_ts_file_analyzer::analyzer::expr::jsx::ResolvedJsxName
source · [−]Variants
Intrinsic(Type)
Type is the object.
Value(Type)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResolvedJsxName
impl Send for ResolvedJsxName
impl Sync for ResolvedJsxName
impl Unpin for ResolvedJsxName
impl UnwindSafe for ResolvedJsxName
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