[][src]Module reffers::aref

Structs

ARef

ARef - a reference that abstracts the owner completely.

ARefs

ARefs is a version of ARef that implements Send.

ARefss

ARefss is a version of ARef that implements Send + Sync.

Traits

AReffic

An unsafe trait that makes sure the type can be used as owner for ARef.

Descend

An unsafe trait that abstracts over things you can borrow or lock, such as RefCell, RwLock and Mutex.

Functions

verify_areffic

Runtime verification that a type is in fact AReffic.