pub struct Statement<'tcx> {
pub source_info: SourceInfo,
pub kind: StatementKind<'tcx>,
}
Expand description
A statement in a basic block, including information about its source code.
Fields§
§source_info: SourceInfo
§kind: StatementKind<'tcx>
Auto Trait Implementations§
impl<'tcx> Freeze for Statement<'tcx>
impl<'tcx> !RefUnwindSafe for Statement<'tcx>
impl<'tcx> Send for Statement<'tcx>
impl<'tcx> Sync for Statement<'tcx>
impl<'tcx> Unpin for Statement<'tcx>
impl<'tcx> !UnwindSafe for Statement<'tcx>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more