rustc_
mir_
build
1.83.0-nightly
(55a22d2a6 2024-10-06)
ToBorrow
Kind
Required Methods
to_borrow_kind
Implementations on Foreign Types
AutoBorrowMutability
Mutability
Implementors
In rustc_
mir_
build::
thir::
cx::
expr
rustc_mir_build
::
thir
::
cx
::
expr
Trait
ToBorrowKind
Copy item path
source
trait ToBorrowKind { // Required method fn
to_borrow_kind
(&self) ->
BorrowKind
; }
Required Methods
§
source
fn
to_borrow_kind
(&self) ->
BorrowKind
Implementations on Foreign Types
§
source
§
impl
ToBorrowKind
for
Mutability
source
§
fn
to_borrow_kind
(&self) ->
BorrowKind
source
§
impl
ToBorrowKind
for
AutoBorrowMutability
source
§
fn
to_borrow_kind
(&self) ->
BorrowKind
Implementors
§