Enum pueue_lib::state::GroupStatus
source · [−]pub enum GroupStatus {
Running,
Paused,
}Expand description
Represents the current status of a group. Each group acts as a queue and can be managed individually.
Variants
Running
Paused
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for GroupStatus
impl Send for GroupStatus
impl Sync for GroupStatus
impl Unpin for GroupStatus
impl UnwindSafe for GroupStatus
Blanket Implementations
Mutably borrows from an owned value. Read more