Struct debris_mir::mir_nodes::Goto
source · pub struct Goto {
pub span: Span,
pub context_id: MirContextId,
}
Expand description
Goes to a specific context
Fields§
§span: Span
§context_id: MirContextId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Goto
impl Send for Goto
impl Sync for Goto
impl Unpin for Goto
impl UnwindSafe for Goto
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