Docs.rs
cairo-lang-semantic-2.12.3
cairo-lang-semantic 2.12.3
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
gilbens-starkware
orizi
Dependencies
cairo-lang-debug ~2.12.3
normal
cairo-lang-defs ~2.12.3
normal
cairo-lang-diagnostics ~2.12.3
normal
cairo-lang-filesystem ~2.12.3
normal
cairo-lang-parser ~2.12.3
normal
cairo-lang-plugins ~2.12.3
normal
cairo-lang-proc-macros ~2.12.3
normal
cairo-lang-syntax ~2.12.3
normal
cairo-lang-test-utils ~2.12.3
normal
optional
cairo-lang-utils ~2.12.3
normal
id-arena ^2.2.1
normal
indoc ^2.0.5
normal
itertools ^0.14.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
rust-analyzer-salsa ^0.17.0-pre.6
normal
sha3 ^0.10.8
normal
smol_str ^0.3.2
normal
toml ^0.8.20
normal
optional
env_logger ^0.11.6
dev
log ^0.4.25
dev
pretty_assertions ^1.4.1
dev
test-log ^0.2.17
dev
toml ^0.8.20
dev
Versions
48.85%
of the crate is documented
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
PatternId
cairo_
lang_
semantic
2.12.3
Pattern
Id
Aliased Type
Trait Implementations
DebugWithDb<ExprFormatter<'_>>
In cairo_
lang_
semantic::
expr::
objects
cairo_lang_semantic
::
expr
::
objects
Type Alias
Pattern
Id
Copy item path
Source
pub type PatternId =
Id
<
Pattern
>;
Aliased Type
§
pub struct PatternId {
/* private fields */
}
Trait Implementations
§
Source
§
impl
DebugWithDb
<
ExprFormatter
<'_>> for
PatternId
Source
§
fn
fmt
( &self, f: &mut
Formatter
<'_>, expr_formatter: &
ExprFormatter
<'_>, ) ->
Result
Source
§
fn
debug
<'me, 'db>(&'me self, db:
&'me Db
) ->
DebugWith
<'me, Db>
where Self:
Sized
+ 'me,
Source
§
fn
into_debug
<'me, 'db>(self, db:
&'me Db
) ->
DebugWith
<'me, Db>
where Self:
Sized
+ 'me,