Docs.rs
oxc_ecmascript-0.123.0
oxc_ecmascript 0.123.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Boshen
Dependencies
cow-utils ^0.1.3
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
oxc_allocator ^0.123.0
normal
oxc_ast ^0.123.0
normal
oxc_regular_expression ^0.123.0
normal
oxc_span ^0.123.0
normal
oxc_syntax ^0.123.0
normal
Versions
38.61%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
PropName
oxc_
ecmascript
0.123.0
Prop
Name
Required Methods
prop_name
Implementations on Foreign Types
ClassElement<'_>
MethodDefinition<'_>
ObjectProperty<'_>
ObjectPropertyKind<'_>
PropertyDefinition<'_>
PropertyKey<'_>
Implementors
In crate oxc_
ecmascript
oxc_ecmascript
Trait
Prop
Name
Copy item path
Source
pub trait PropName { // Required method fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>; }
Expand description
PropName
Required Methods
§
Source
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Implementations on Foreign Types
§
Source
§
impl
PropName
for
ClassElement
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Source
§
impl
PropName
for
ObjectPropertyKind
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Source
§
impl
PropName
for
PropertyKey
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Source
§
impl
PropName
for
MethodDefinition
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Source
§
impl
PropName
for
ObjectProperty
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Source
§
impl
PropName
for
PropertyDefinition
<'_>
Source
§
fn
prop_name
(&self) ->
Option
<(&
str
,
Span
)>
Implementors
§