Module collections::borrow 
            
                [−]
            
        [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   | 
                    
| IntoCow | 
                            [Unstable]  Trait for moving into a   |