Re-exports§
pub use super::mir_scan::check_safety;pub use super::name::get_cleaned_def_path_name;
Structs§
Enums§
Functions§
- append_
fn_ with_ types - check_
visibility - get_
adt_ def_ id_ by_ adt_ method - get_
adt_ via_ method - get_
all_ mutable_ methods - get_
all_ std_ fns_ by_ rustc_ public - get_
cons - get_
impls_ 🔒for_ struct - get_
mutated_ fields - Return field indices that a
&mut selfmethod writes to. - get_
muts - Find
&mut selfmethods (mutators) on the same struct asdef_id. - get_
ptr_ deref_ dummy_ def_ id - get_
public_ 🔒fields - get_
type - has_
mut_ 🔒self_ param - is_
externally_ reachable - parse_
expr_ into_ number - parse expr into number.
- returns_
wrapped_ self - Returns true when the function is a “wrapped” constructor that returns
Option<Self>/Result<Self, _>rather than a bareSelf.