Struct ciruela::MachineId [] [src]

pub struct MachineId(_);

Methods

impl MachineId
[src]

Trait Implementations

impl Hash for MachineId
[src]

[src]

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

1.3.0
[src]

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

impl PartialEq for MachineId
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for MachineId
[src]

impl Clone for MachineId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromStr for MachineId
[src]

The associated error which can be returned from parsing.

[src]

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

impl Debug for MachineId
[src]

[src]

Formats the value using the given formatter.

impl Display for MachineId
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Deserialize<'a> for MachineId
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for MachineId
[src]

[src]

Serialize this value into the given Serde serializer. Read more