Module lock
script_
bindings
0.0.1
Module lock
Module Items
Structs
In crate script_
bindings
Modules
callback
codegen
constant
constructor
conversions
error
finalize
guard
import
inheritance
interface
interfaces
iterable
like
lock
mem
namespace
num
principals
proxyhandler
realms
record
reflector
root
script_runtime
settings_stack
str
trace
utils
weakref
Traits
DomTypes
script_bindings
Module
lock
Copy item path
Settings
Help
Summary
Source
Structs
§
Thread
Unsafe
Once
Lock
A OnceLock wrapping a type that is not considered threadsafe by the Rust compiler, but will be used in a threadsafe manner (it will not be mutated, after being initialized).