Struct rustc::middle::typeck::check::FnStyleState[src]

pub struct FnStyleState {
    pub def: NodeId,
    pub fn_style: FnStyle,
    // some fields omitted
}

Fields

def
fn_style

Methods

impl FnStyleState

fn function(fn_style: FnStyle, def: NodeId) -> FnStyleState

fn recurse(&mut self, blk: &Block) -> FnStyleState

Trait Implementations

Derived Implementations

impl Clone for FnStyleState

fn clone(&self) -> FnStyleState

fn clone_from(&mut self, source: &Self)