Struct sda_protocol::ClerkingJobId [] [src]

pub struct ClerkingJobId(pub Uuid);

Unique job identifier.

Methods

impl ClerkingJobId
[src]

Create new random id.

Trait Implementations

impl Clone for ClerkingJobId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ClerkingJobId
[src]

impl Debug for ClerkingJobId
[src]

Formats the value using the given formatter.

impl Hash for ClerkingJobId
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for ClerkingJobId
[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 ClerkingJobId
[src]

impl Default for ClerkingJobId
[src]

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

impl FromStr for ClerkingJobId
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToString for ClerkingJobId
[src]

Converts the given value to a String. Read more

impl Id for ClerkingJobId
[src]

impl Serialize for ClerkingJobId
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for ClerkingJobId
[src]

Deserialize this value from the given Serde deserializer. Read more