Enum rain_core::common_capnp::DataType[][src]

#[repr(u16)]
pub enum DataType { Blob, Directory, }

Variants

Trait Implementations

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 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 FromU16 for DataType
[src]

impl ToU16 for DataType
[src]

impl HasTypeId for DataType
[src]

Auto Trait Implementations

impl Send for DataType

impl Sync for DataType