Enum rustc::mir::repr::StatementKind
[−]
[src]
pub enum StatementKind<'tcx> { Assign(Lvalue<'tcx>, Rvalue<'tcx>), }
Unstable (
rustc_private
)Variants
Assign(Lvalue<'tcx>, Rvalue<'tcx>)
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl<'tcx> Decodable for StatementKind<'tcx>
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<StatementKind<'tcx>, __D::Error>
impl<'tcx> Encodable for StatementKind<'tcx>
[src]
impl<'tcx> Debug for StatementKind<'tcx>
[src]
impl<'tcx> Clone for StatementKind<'tcx>
[src]
fn clone(&self) -> StatementKind<'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