Struct typed_key::Key [] [src]

pub struct Key<T> { /* fields omitted */ }

Methods

impl<T> Key<T>
[src]

[src]

String name of this Key.

Trait Implementations

impl<T> Copy for Key<T>
[src]

impl<T> Clone for Key<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> Debug for Key<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Key<T> where
    T: Send

impl<T> Sync for Key<T> where
    T: Sync