Docs.rs
aiscript-arena-0.1.0
aiscript-arena 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Folyd
Dependencies
aiscript-derived ^0.1.0
normal
allocator-api2 ^0.2
normal
optional
hashbrown ^0.14
normal
optional
sptr ^0.3.2
normal
tracing ^0.1.37
normal
optional
rand ^0.8
dev
trybuild ^1.0
dev
Versions
68.32%
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
Module lock
aiscript_
arena
0.1.0
Module lock
Module Items
Structs
Type Aliases
In crate aiscript_
arena
aiscript_arena
Module
lock
Copy item path
Source
Expand description
GC-aware interior mutability types.
Structs
§
Lock
A wrapper around a
Cell
that implements
Collect
.
RefLock
A wrapper around a
RefCell
that implements
Collect
.
Type Aliases
§
GcLock
An alias for
Gc<'gc, Lock<T>>
.
GcRef
Lock
An alias for
Gc<'gc, RefLock<T>>
.