Struct sda_protocol::ClerkingJobId
[−]
[src]
pub struct ClerkingJobId(pub Uuid);
Unique job identifier.
Methods
impl ClerkingJobId
[src]
fn random() -> ClerkingJobId
Create new random id.
Trait Implementations
impl Clone for ClerkingJobId
[src]
fn clone(&self) -> ClerkingJobId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for ClerkingJobId
[src]
impl Debug for ClerkingJobId
[src]
impl Hash for ClerkingJobId
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl PartialEq for ClerkingJobId
[src]
fn eq(&self, __arg_0: &ClerkingJobId) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ClerkingJobId) -> bool
This method tests for !=
.
impl Eq for ClerkingJobId
[src]
impl Default for ClerkingJobId
[src]
fn default() -> ClerkingJobId
Returns the "default value" for a type. Read more
impl FromStr for ClerkingJobId
[src]
type Err = String
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<ClerkingJobId, String>
Parses a string s
to return a value of this type. Read more
impl ToString for ClerkingJobId
[src]
impl Id for ClerkingJobId
[src]
impl Serialize for ClerkingJobId
[src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where S: Serializer
Serialize this value into the given Serde serializer. Read more
impl Deserialize for ClerkingJobId
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where D: Deserializer
Deserialize this value from the given Serde deserializer. Read more