Struct rdispatcher::DispatchMessage [] [src]

pub struct DispatchMessage<T> where
    T: Hash + Send + Clone
{ pub dispatch_type: T, pub payload: String, }

Fields

Trait Implementations

impl<T: Clone> Clone for DispatchMessage<T> where
    T: Hash + Send + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more