pub struct HirStmtId(pub u32);Expand description
Typed index into a HirBody’s statement arena.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for HirStmtId
impl Eq for HirStmtId
Source§impl Ord for HirStmtId
impl Ord for HirStmtId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for HirStmtId
impl PartialOrd for HirStmtId
impl StructuralPartialEq for HirStmtId
Auto Trait Implementations§
impl Freeze for HirStmtId
impl RefUnwindSafe for HirStmtId
impl Send for HirStmtId
impl Sync for HirStmtId
impl Unpin for HirStmtId
impl UnsafeUnpin for HirStmtId
impl UnwindSafe for HirStmtId
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