Docs.rs
  • teo-parser-0.2.23
    • teo-parser 0.2.23
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • victorteokw
    • Dependencies
      • array_tool ^1.0.3 normal
      • bigdecimal =0.3.1 normal
      • bson ^2.9.0 normal
      • chrono ^0.4.35 normal
      • colored ^2.1.0 normal
      • educe ^0.5.11 normal
      • getrandom ^0.2.10 normal
      • indexmap ^2.2.5 normal
      • itertools ^0.12.1 normal
      • maplit ^1.0.2 normal
      • once_cell ^1.19 normal
      • path-clean ^1.0.1 normal
      • pathdiff ^0.2.1 normal
      • pest ^2.7.8 normal
      • pest_derive ^2.7.8 normal
      • regex ^1.10.3 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • snailquote ^0.3.1 normal
      • strum ^0.26 normal
      • strum_macros ^0.26 normal
      • teo-result ^0.2.21 normal
      • backtrace-on-stack-overflow ^0.3.0 dev
    • Versions
    • 3.1% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

teo_parser0.2.23

Resolve

Required Methods

  • resolved_ref_cell

Provided Methods

  • is_resolved
  • resolve
  • resolved
  • resolved_mut

Implementors

In teo_parser::traits::resolved

?
Change settings

Trait teo_parser::traits::resolved::Resolve

source ·
pub trait Resolve<T> {
    // Required method
    fn resolved_ref_cell(&self) -> &RefCell<Option<T>>;

    // Provided methods
    fn resolve(&self, resolved: T) { ... }
    fn resolved(&self) -> &T { ... }
    fn resolved_mut(&self) -> &mut T { ... }
    fn is_resolved(&self) -> bool { ... }
}

Required Methods§

source

fn resolved_ref_cell(&self) -> &RefCell<Option<T>>

Provided Methods§

source

fn resolve(&self, resolved: T)

source

fn resolved(&self) -> &T

source

fn resolved_mut(&self) -> &mut T

source

fn is_resolved(&self) -> bool

Implementors§

source§

impl Resolve<Type> for TypeExpr

source§

impl Resolve<Value> for DataSetRecord

source§

impl Resolve<Value> for EnumMember

source§

impl Resolve<FieldResolved> for Field

source§

impl Resolve<IncludeHandlerFromTemplateResolved> for IncludeHandlerFromTemplate

source§

impl Resolve<InterfaceDeclarationResolved> for InterfaceDeclaration

source§

impl Resolve<ModelResolved> for Model

source§

impl Resolve<PipelineResolved> for Pipeline

source§

impl Resolve<SynthesizedShapeDeclarationResolved> for SynthesizedShapeDeclaration

source§

impl Resolve<SynthesizedShapeFieldDeclarationResolved> for SynthesizedShapeFieldDeclaration

source§

impl Resolve<ExprInfo> for ConstantDeclaration

source§

impl Resolve<ExprInfo> for Expression

source§

impl Resolve<Reference> for DataSetGroup

source§

impl Resolve<Vec<usize>> for Decorator