pub struct IrMark {
pub name: String,
pub site: String,
pub span: SourceSpan,
}Expand description
A lowered mark declaration: a named cut point riding a committing
site. metadata_only; the runtime stamps mark.reached events, the
improve store pins scenarios at them.
Fields§
§name: String§site: String§span: SourceSpanTrait Implementations§
impl Eq for IrMark
impl StructuralPartialEq for IrMark
Auto Trait Implementations§
impl Freeze for IrMark
impl RefUnwindSafe for IrMark
impl Send for IrMark
impl Sync for IrMark
impl Unpin for IrMark
impl UnsafeUnpin for IrMark
impl UnwindSafe for IrMark
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