Docs.rs
  • oxc_ecmascript-0.73.0
    • oxc_ecmascript 0.73.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Boshen
    • Dependencies
      • num-bigint ^0.4.6 normal
      • num-traits ^0.2.19 normal
      • oxc_ast ^0.73.0 normal
      • oxc_span ^0.73.0 normal
      • oxc_syntax ^0.73.0 normal
    • Versions
    • 38.54% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • 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

oxc_ecmascript0.73.0

PrivateBoundIdentifiers

Required Methods

  • private_bound_identifiers

Implementations on Foreign Types

  • AccessorProperty<'_>
  • ClassElement<'_>
  • MethodDefinition<'_>
  • PropertyDefinition<'_>

Implementors

In crate oxc_ecmascript

oxc_ecmascript

Trait PrivateBoundIdentifiers

Source
pub trait PrivateBoundIdentifiers {
    // Required method
    fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>;
}
Expand description

PrivateBoundIdentifiers

Required Methods§

Source

fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>

Implementations on Foreign Types§

Source§

impl PrivateBoundIdentifiers for ClassElement<'_>

Source§

fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>

Source§

impl PrivateBoundIdentifiers for AccessorProperty<'_>

Source§

fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>

Source§

impl PrivateBoundIdentifiers for MethodDefinition<'_>

Source§

fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>

Source§

impl PrivateBoundIdentifiers for PropertyDefinition<'_>

Source§

fn private_bound_identifiers(&self) -> Option<PrivateIdentifier<'_>>

Implementors§