Struct rust_rocket::track::Key [] [src]

pub struct Key { /* fields omitted */ }

The Key Type.

Methods

impl Key
[src]

Construct a new Key.

Trait Implementations

impl Debug for Key
[src]

Formats the value using the given formatter.

impl Clone for Key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Key
[src]