Struct rustc_typeck::hir::print::NoAnn
[−]
[src]
pub struct NoAnn;
Unstable (
rustc_private
)Trait Implementations
impl PpAnn for NoAnn
fn pre(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error>
fn post(&self, _state: &mut State, _node: AnnNode) -> Result<(), Error>
Derived Implementations
impl Clone for NoAnn
fn clone(&self) -> NoAnn
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more