Struct rain_task::DataObjectId[][src]

pub struct DataObjectId { /* fields omitted */ }

ID type for task objects.

Trait Implementations

impl ReadCapnp for DataObjectId
[src]

impl PartialOrd<DataObjectId> for DataObjectId
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<'a> FromCapnp<'a> for DataObjectId
[src]

impl Hash for DataObjectId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for DataObjectId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DataObjectId
[src]

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for DataObjectId
[src]

Serialize this value into the given Serde serializer. Read more

impl Ord for DataObjectId
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<'a> ToCapnp<'a> for DataObjectId
[src]

impl Display for DataObjectId
[src]

Formats the value using the given formatter. Read more

impl Default for DataObjectId
[src]

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

impl Copy for DataObjectId
[src]

impl Eq for DataObjectId
[src]

impl PartialEq<DataObjectId> for DataObjectId
[src]

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

This method tests for !=.

impl SId for DataObjectId
[src]

Auto Trait Implementations