pub enum Stage {
Before,
During,
After,
}Variants§
Implementations§
Source§impl Stage
impl Stage
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stage
impl<'de> Deserialize<'de> for Stage
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<'_enum, A, B, C> From<&'_enum EventStage<A, B, C>> for Stage
impl<'_enum, A, B, C> From<&'_enum EventStage<A, B, C>> for Stage
Source§fn from(val: &'_enum EventStage<A, B, C>) -> Stage
fn from(val: &'_enum EventStage<A, B, C>) -> Stage
Converts to this type from the input type.
Source§impl<A, B, C> From<EventStage<A, B, C>> for Stage
impl<A, B, C> From<EventStage<A, B, C>> for Stage
Source§fn from(val: EventStage<A, B, C>) -> Stage
fn from(val: EventStage<A, B, C>) -> Stage
Converts to this type from the input type.
Source§impl IntoEnumIterator for Stage
impl IntoEnumIterator for Stage
Source§impl Ord for Stage
impl Ord for Stage
Source§impl PartialOrd for Stage
impl PartialOrd for Stage
Source§impl VariantNames for Stage
impl VariantNames for Stage
impl Copy for Stage
impl Eq for Stage
impl StructuralPartialEq for Stage
Auto Trait Implementations§
impl Freeze for Stage
impl RefUnwindSafe for Stage
impl Send for Stage
impl Sync for Stage
impl Unpin for Stage
impl UnwindSafe for Stage
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