[][src]Struct podo_core_driver::ActorLoop

pub struct ActorLoop<M, T> where
    M: PartialEq + Eq + Send + Sync,
    T: Actor<M> + Send + Sync
{ /* fields omitted */ }

Methods

impl<M, T> ActorLoop<M, T> where
    M: 'static + PartialEq + Eq + Send + Sync,
    T: 'static + Actor<M> + Send + Sync
[src]

pub fn spawn(inner: T) -> Controller<M>[src]

Auto Trait Implementations

impl<M, T> !RefUnwindSafe for ActorLoop<M, T>

impl<M, T> Send for ActorLoop<M, T>

impl<M, T> !Sync for ActorLoop<M, T>

impl<M, T> Unpin for ActorLoop<M, T> where
    T: Unpin

impl<M, T> !UnwindSafe for ActorLoop<M, T>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.