[][src]Struct sealrs::actors::remoting::remote_actor_system::RemoteActorSystem

pub struct RemoteActorSystem { /* fields omitted */ }

Methods

impl RemoteActorSystem[src]

pub fn new(
    addr: SocketAddr,
    host_system: TSafe<dyn ActorRefFactory + Send>,
    messages_serializer: TSafe<dyn MessagesSerializer + Send>
) -> RemoteActorSystem
[src]

Trait Implementations

impl ActorRefFactory for RemoteActorSystem[src]

impl AbstractActorSystem for RemoteActorSystem[src]

impl Drop for RemoteActorSystem[src]

Auto Trait Implementations

Blanket Implementations

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.

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

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

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