Struct rain_task::ObjectSpec[][src]

pub struct ObjectSpec {
    pub id: DataObjectId,
    pub label: String,
    pub content_type: String,
    pub data_type: DataType,
    pub user: HashMap<String, Value, RandomState>,
}

Fields

Trait Implementations

impl Clone for ObjectSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ObjectSpec
[src]

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ObjectSpec
[src]

Serialize this value into the given Serde serializer. Read more

impl Default for ObjectSpec
[src]

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

impl PartialEq<ObjectSpec> for ObjectSpec
[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 ObjectSpec

impl Sync for ObjectSpec