Enum artifact_app::core::types::ArtType [] [src]

pub enum ArtType {
    REQ,
    SPC,
    RSK,
    TST,
}

Variants

Trait Implementations

impl Debug for ArtType
[src]

Formats the value using the given formatter.

impl Copy for ArtType
[src]

impl Clone for ArtType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ArtType
[src]

impl PartialEq for ArtType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for ArtType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.