Struct actix::dev::ActorItemsCell [] [src]

pub struct ActorItemsCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
{ /* fields omitted */ }

Methods

impl<A> ActorItemsCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<A> Default for ActorItemsCell<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

[src]

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