Struct warmy::key::LogicalKey[][src]

pub struct LogicalKey(_);

Logical or memory key.

Methods

impl LogicalKey
[src]

Create a new LogicalKey by prodiving a string of data.

Get the data the key holds.

Trait Implementations

impl Clone for LogicalKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogicalKey
[src]

Formats the value using the given formatter. Read more

impl Eq for LogicalKey
[src]

impl Hash for LogicalKey
[src]

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

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

impl PartialEq for LogicalKey
[src]

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

This method tests for !=.

impl From<LogicalKey> for DepKey
[src]

Performs the conversion.

impl Key for LogicalKey
[src]

Prepare a key. Read more

Auto Trait Implementations

impl Send for LogicalKey

impl Sync for LogicalKey