Trait rustc_mir_build::thir::cx::expr::ToBorrowKind[][src]

trait ToBorrowKind {
    fn to_borrow_kind(&self) -> BorrowKind;
}

Required methods

Implementations on Foreign Types

Implementors