[][src]Module legion::borrows

Structs

Borrowed

Represents a piece of runtime borrow checked data.

BorrowedIter

Represents a runtime borrow checked iterator.

BorrowedMut

Represents a piece of mutable runtime borrow checked data.

BorrowedMutSlice

Represents a runtime borrow checked mut slice.

BorrowedSlice

Represents a runtime borrow checked slice.

Enums

Borrow

Tracks the borrowing of a piece of memory.