Struct rustc::mir::repr::Statement
[−]
[src]
pub struct Statement<'tcx> {
pub span: Span,
pub scope: ScopeId,
pub kind: StatementKind<'tcx>,
}Unstable (
rustc_private)Fields
span: Span
Unstable (
rustc_private)scope: ScopeId
Unstable (
rustc_private)kind: StatementKind<'tcx>
Unstable (
rustc_private)Trait Implementations
impl<'tcx> Debug for Statement<'tcx>[src]
Derived Implementations
impl<'tcx> Decodable for Statement<'tcx>[src]
impl<'tcx> Encodable for Statement<'tcx>[src]
impl<'tcx> Clone for Statement<'tcx>[src]
fn clone(&self) -> Statement<'tcx>
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