Struct exonum::helpers::fabric::ContextKey [] [src]

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

ContextKey provides strongly typed access to data inside Context. See exonum::fabric::keys for keys used by the exonum itself.

Methods

impl<T> ContextKey<T>
[src]

[src]

Name of this key.

Trait Implementations

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

impl<T> Clone for ContextKey<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 ContextKey<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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