pub struct PhaseId(/* private fields */);Expand description
Stable numeric identity of one execution phase.
Implementations§
Trait Implementations§
impl Copy for PhaseId
impl Eq for PhaseId
Source§impl Ord for PhaseId
impl Ord for PhaseId
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 PhaseId
impl PartialOrd for PhaseId
impl StructuralPartialEq for PhaseId
Auto Trait Implementations§
impl Freeze for PhaseId
impl RefUnwindSafe for PhaseId
impl Send for PhaseId
impl Sync for PhaseId
impl Unpin for PhaseId
impl UnsafeUnpin for PhaseId
impl UnwindSafe for PhaseId
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