Enum baimax::data::GroupStatus [] [src]

pub enum GroupStatus {
    Update,
    Deletion,
    Correction,
    TestOnly,
}

Variants

Trait Implementations

impl Debug for GroupStatus
[src]

Formats the value using the given formatter.

impl Clone for GroupStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupStatus
[src]

impl TryFrom<u8> for GroupStatus
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl Display for GroupStatus
[src]

Formats the value using the given formatter. Read more