Struct parsec::Request[][src]

pub struct Request<T: NetworkEvent, P: PublicId> { /* fields omitted */ }

A gossip request message.

Trait Implementations

impl<T: Clone + NetworkEvent, P: Clone + PublicId> Clone for Request<T, P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug + NetworkEvent, P: Debug + PublicId> Debug for Request<T, P>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T, P> Send for Request<T, P> where
    P: Send,
    T: Send,
    <P as PublicId>::Signature: Send

impl<T, P> Sync for Request<T, P> where
    P: Sync,
    T: Sync,
    <P as PublicId>::Signature: Sync