Module sp_std::borrow 1.0.0[−][src]
A module for working with borrowed data.
Enums
Cow | A clone-on-write smart pointer. |
Traits
Borrow | A trait for borrowing data. |
BorrowMut | A trait for mutably borrowing data. |
ToOwned | A generalization of |