Docs.rs
  • sway-core-0.49.3
    • sway-core 0.49.3
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fuel-service-user
    • Dependencies
      • clap ^3.1 normal
      • derivative ^2.2.0 normal
      • dirs ^3.0 normal
      • either ^1.9.0 normal
      • fuel-ethabi ^18.0.0 normal
      • fuel-etk-asm ^0.3.1-dev normal
      • fuel-etk-dasm ^0.3.1-dev normal
      • fuel-etk-ops ^0.3.1-dev normal
      • fuel-abi-types ^0.4.0 normal
      • fuel-vm ^0.43.1 normal
      • graph-cycles ^0.1.0 normal
      • hashbrown ^0.13.1 normal
      • hex ^0.4 normal optional
      • im ^15.0 normal
      • indexmap ^2.0.0 normal
      • itertools ^0.10 normal
      • lazy_static ^1.4 normal
      • miden-core ^0.3.0 normal
      • pest ^2.1.3 normal
      • pest_derive ^2.1 normal
      • petgraph ^0.6 normal
      • rustc-hash ^1.1.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0.91 normal
      • sha2 ^0.9 normal
      • strum ^0.24.1 normal
      • sway-ast ^0.49.3 normal
      • sway-error ^0.49.3 normal
      • sway-ir ^0.49.3 normal
      • sway-parse ^0.49.3 normal
      • sway-types ^0.49.3 normal
      • sway-utils ^0.49.3 normal
      • thiserror ^1.0 normal
      • tracing ^0.1 normal
      • uint ^0.9 normal
      • vec1 ^1.8.0 normal
      • sysinfo ^0.29.0 normal
    • Versions
    • 18.35% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

sway_core0.49.3

Module ty

  • Structs
  • Enums
  • Traits
  • Type Aliases

In sway_core::language

?
Change settings

Module sway_core::language::ty

source ·

Structs§

  • AbiDecl
  • ConstantDecl
  • ContractCallParams
  • EnumDecl
  • EnumVariantDecl
  • FunctionDecl
  • GenericTypeForFunctionScope
  • ImplTrait
  • StorageDecl
  • StructDecl
  • SubmodulesRecursive
    Iterator type for iterating over submodules.
  • TraitDecl
  • TraitTypeDecl
  • TyAbiDecl
    A TyAbiDecl contains the type-checked version of the parse tree’s AbiDeclaration.
  • TyAsmRegisterDeclaration
  • TyAstNode
  • TyCodeBlock
  • TyConstantDecl
  • TyEnumDecl
  • TyEnumVariant
  • TyExpression
  • TyFunctionDecl
  • TyFunctionParameter
  • TyFunctionSig
  • TyImplTrait
  • TyIncludeStatement
  • TyIntrinsicFunctionKind
  • TyModule
  • TyProgram
  • TyReassignment
  • TyScrutinee
  • TySideEffect
  • TyStorageAccess
    Describes the full storage access including all the subfields
  • TyStorageAccessDescriptor
    Describes a single subfield access in the sequence when accessing a subfield within storage.
  • TyStorageDecl
  • TyStorageField
  • TyStructDecl
  • TyStructExpressionField
  • TyStructField
  • TyStructScrutineeField
  • TySubmodule
  • TyTraitDecl
  • TyTraitFn
  • TyTraitType
  • TyTypeAliasDecl
  • TyUseStatement
  • TyVariableDecl
  • TypeAliasDecl

Enums§

  • ProjectionKind
  • TyAstNodeContent
  • TyDecl
  • TyExpressionVariant
  • TyProgramKind
  • TyScrutineeVariant
  • TySideEffectVariant
  • TyTraitInterfaceItem
  • TyTraitItem
  • VariableMutability

Traits§

  • FunctionSignature
  • GetDeclIdent

Type Aliases§

  • TyImplItem