Enum rain_core::types::DataType[][src]

pub enum DataType {
    Blob,
    Directory,
}

Variants

Methods

impl DataType
[src]

Trait Implementations

impl PartialEq for DataType
[src]

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

This method tests for !=.

impl Eq for DataType
[src]

impl Debug for DataType
[src]

Formats the value using the given formatter. Read more

impl Clone for DataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DataType
[src]

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

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType