pub struct PhaseId(pub u8);
Expand description
Uniquely identifies a phase within the engine’s cycle.
A PhaseId
is a lightweight identifier, typically a small integer, that
corresponds to a step in the configured phase sequence.
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PhaseId
impl<'de> Deserialize<'de> for PhaseId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for PhaseId
impl Ord for PhaseId
Source§impl PartialOrd for PhaseId
impl PartialOrd for PhaseId
impl Copy for PhaseId
impl Eq 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 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