Struct warmy::key::FSKey [] [src]

pub struct FSKey(_);

Filesystem key.

Methods

impl FSKey
[src]

[src]

Create a new FSKey by providing a VFS path.

The VFS path should start with a leading "/" (yet it’s not enforced). This VFS path will get transformed by a Store when used by inspecting the Store’s root.

[src]

Get the underlying path.

Trait Implementations

impl Clone for FSKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FSKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for FSKey
[src]

impl Hash for FSKey
[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 FSKey
[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 From<FSKey> for DepKey
[src]

[src]

Performs the conversion.

impl Key for FSKey
[src]

[src]

Prepare a key. Read more

Auto Trait Implementations

impl Send for FSKey

impl Sync for FSKey