Docs.rs
  • workspacer-syntax-0.5.2
    • workspacer-syntax 0.5.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6
    • Dependencies
      • derive_builder ^0.20.2 normal
      • tracing ^0.1.41 normal
      • workspacer-3p ^0.5.2 normal
    • Versions
    • 55.56% of the crate is documented
  • Platform
    • 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

workspacer_syntax0.5.2

MaybeHasSyntaxKind

Required Methods

  • syntax_kind

Implementations on Foreign Types

  • Enum
  • Fn
  • MacroCall
  • MacroRules
  • Struct
  • Trait
  • TypeAlias

Implementors

In crate workspacer_syntax

workspacer_syntax

Trait MaybeHasSyntaxKind

Source
pub trait MaybeHasSyntaxKind {
    // Required method
    fn syntax_kind(&self) -> Option<SyntaxKind>;
}

Required Methods§

Source

fn syntax_kind(&self) -> Option<SyntaxKind>

Implementations on Foreign Types§

Source§

impl MaybeHasSyntaxKind for Enum

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for Fn

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for MacroCall

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for MacroRules

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for Struct

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for Trait

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Source§

impl MaybeHasSyntaxKind for TypeAlias

Source§

fn syntax_kind(&self) -> Option<SyntaxKind>

Implementors§