Struct zbox::Eid [] [src]

pub struct Eid(_);

Unique entity ID.

This represents a 32-byte randomly-generated unique ID.

Trait Implementations

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

impl Hash for Eid
[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 Default for Eid
[src]

[src]

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

impl Clone for Eid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<[u8]> for Eid
[src]

[src]

Performs the conversion.

impl Index<usize> for Eid
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl Debug for Eid
[src]

[src]

Formats the value using the given formatter.

impl ToString for Eid
[src]

[src]

Converts the given value to a String. Read more