Enum rain_task::DataType[][src]

pub enum DataType {
    Blob,
    Directory,
}

Variants

Methods

impl DataType
[src]

Trait Implementations

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataType
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for DataType
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for DataType
[src]

Serialize this value into the given Serde serializer. Read more

impl Display for DataType
[src]

Formats the value using the given formatter. Read more

impl Default for DataType
[src]

Returns the "default value" for a type. Read more

impl Copy for DataType
[src]

impl Eq for DataType
[src]

impl PartialEq<DataType> for DataType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType