pub struct EventStreamProcess { /* private fields */ }Implementations§
Source§impl EventStreamProcess
impl EventStreamProcess
pub fn new(system: ActorSystem) -> Self
Trait Implementations§
Source§impl Clone for EventStreamProcess
impl Clone for EventStreamProcess
Source§fn clone(&self) -> EventStreamProcess
fn clone(&self) -> EventStreamProcess
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventStreamProcess
impl Debug for EventStreamProcess
Source§impl Process for EventStreamProcess
impl Process for EventStreamProcess
fn send_user_message<'life0, 'life1, 'async_trait>(
&'life0 self,
__arg1: Option<&'life1 ExtendedPid>,
message_handle: MessageHandle,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn send_system_message<'life0, 'life1, 'async_trait>(
&'life0 self,
_: &'life1 ExtendedPid,
__arg2: MessageHandle,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn stop<'life0, 'life1, 'async_trait>(
&'life0 self,
_: &'life1 ExtendedPid,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn set_dead(&self)
fn as_any(&self) -> &dyn Any
Auto Trait Implementations§
impl !RefUnwindSafe for EventStreamProcess
impl !UnwindSafe for EventStreamProcess
impl Freeze for EventStreamProcess
impl Send for EventStreamProcess
impl Sync for EventStreamProcess
impl Unpin for EventStreamProcess
impl UnsafeUnpin for EventStreamProcess
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more