Structsยง
- AmpMut
Sugg ๐ - Binding
Finder ๐
Enumsยง
- Access
Kind ๐
Functionsยง
- get_
mut_ ๐span_ in_ struct_ field - Given a field that needs to be mutable, returns a span where the โ mut โ could go. This function expects the local to be a reference to a struct in order to produce a span.
- is_
closure_ ๐like - If the type is a
Coroutine
,Closure
, orCoroutineClosure
- mut_
borrow_ ๐of_ mutable_ ref - suggest_
ampmut ๐ - suggest_
ampmut_ ๐self - suggest_
ref_ ๐mut - If possible, suggest replacing
ref
withref mut
.