Struct rustc::middle::typeck::check::FnStyleState[src]
pub struct FnStyleState {
pub def: NodeId,
pub fn_style: FnStyle,
// some fields omitted
}Fields
def | |
fn_style |
pub struct FnStyleState {
pub def: NodeId,
pub fn_style: FnStyle,
// some fields omitted
}def | |
fn_style |
impl FnStyleStatefn function(fn_style: FnStyle, def: NodeId) -> FnStyleStatefn recurse(&mut self, blk: &Block) -> FnStyleStateimpl Clone for FnStyleStatefn clone(&self) -> FnStyleStatefn clone_from(&mut self, source: &Self)
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).