Struct machine_id::MachineId [] [src]

pub struct MachineId { /* fields omitted */ }

A machine-specific ID.

Methods

impl MachineId
[src]

Retrieves or generates the machine-specific ID.

Trait Implementations

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

impl Debug for MachineId
[src]

Formats the value using the given formatter.

impl Clone for MachineId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MachineId
[src]

impl Display for MachineId
[src]

Formats the value using the given formatter. Read more