Struct rustc::metadata::csearch::StaticMethodInfo[src]
pub struct StaticMethodInfo {
pub ident: Ident,
pub def_id: DefId,
pub fn_style: FnStyle,
pub vis: Visibility,
}Fields
ident | |
def_id | |
fn_style | |
vis |
pub struct StaticMethodInfo {
pub ident: Ident,
pub def_id: DefId,
pub fn_style: FnStyle,
pub vis: Visibility,
}ident | |
def_id | |
fn_style | |
vis |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).