Enum pueue_lib::state::GroupStatus [−][src]
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
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 GroupStatusimpl Send for GroupStatusimpl Sync for GroupStatusimpl Unpin for GroupStatusimpl UnwindSafe for GroupStatusBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V