Struct specs_messenger::Messenger[][src]

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

Methods

impl<T> Messenger<T> where
    T: Clone
[src]

Trait Implementations

impl<T: Debug> Debug for Messenger<T>
[src]

Formats the value using the given formatter. Read more

impl<T> Component for Messenger<T> where
    T: 'static + Sync + Send
[src]

Associated storage type for this component.

impl<T> Default for Messenger<T>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

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

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