Skip to main content

Module core

Module core 

Source
Expand description

The core aspects of token_cell

Structs§

False
A type that represents false.
TokenCell
A Cell that shifts the management of access permissions to its inner value onto a Token.
TokenGuard
A guard that allows immutably borrowing the cell’s value, as well as its token.
TokenGuardMut
A guard that allows mutably borrowing the cell’s value, as well as its token.
True
A type that represents true.

Traits§

TokenCellTrait
Common ways to interract with a TokenCell.
TokenTrait
A trait for tokens
UnsafeTokenCellTrait
Common ways to interract with a TokenCell.
UnscopedToken
A token that isn’t intrinsically tied to a scope.