Struct actix::SyncAddress [] [src]

pub struct SyncAddress<A> where
    A: Actor
{ /* fields omitted */ }

Methods

impl<A> SyncAddress<A> where
    A: Actor
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<A> Clone for SyncAddress<A> where
    A: Actor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A, M> Subscriber<M> for SyncAddress<A> where
    M: 'static + Send,
    A::Item: Send,
    A::Error: Send,
    A: Actor + MessageHandler<M>, 
[src]

[src]

Buffered send

[src]

Unbuffered send

impl<A, M> AsyncSubscriber<M> for SyncAddress<A> where
    M: 'static + Send,
    A: Actor + MessageHandler<M>,
    A::Item: Send,
    A::Error: Send
[src]

[src]

Send message, wait response asynchronously

[src]

Send message, wait response asynchronously