[][src]Crate arbalest

Thread-safe reference-counting pointers.

See the Arbalest<T> documentation for more details.

Structs

Arbalest

A thread-safe reference-counting pointer.

BorrowMutError

An error returned by Arbalest::try_borrow_mut.

Fragile

Fragile is a version of Arbalest that holds a non-owning reference to the managed value.

RefMut

A mutable memory location with dynamically checked borrow rules.

Enums

UpgradeError

An error returned by Fragile::try_upgrade.