☰
Trait ToBorrowKind
Required Methods
to_borrow_kind
Implementations on Foreign Types
AutoBorrowMutability
Mutability
Implementors
Other items in
rustc_mir_build
::
thir
::
cx
::
expr
All crates
?
Trait
rustc_mir_build
::
thir
::
cx
::
expr
::
ToBorrowKind
[
−
]
[src]
trait ToBorrowKind { fn
to_borrow_kind
(&self) ->
BorrowKind
; }
Required methods
[src]
fn
to_borrow_kind
(&self) ->
BorrowKind
Implementations on Foreign Types
[src]
impl
ToBorrowKind
for
AutoBorrowMutability
[src]
fn
to_borrow_kind
(&self) ->
BorrowKind
[src]
impl
ToBorrowKind
for
Mutability
[src]
fn
to_borrow_kind
(&self) ->
BorrowKind
Implementors