Struct paralegal_spdg::rustc::mir::terminator::Terminator
source · pub struct Terminator<'tcx> {
pub source_info: SourceInfo,
pub kind: TerminatorKind<'tcx>,
}
Fields§
§source_info: SourceInfo
§kind: TerminatorKind<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for Terminator<'tcx>
impl<'tcx> !Send for Terminator<'tcx>
impl<'tcx> !Sync for Terminator<'tcx>
impl<'tcx> Unpin for Terminator<'tcx>
impl<'tcx> !UnwindSafe for Terminator<'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