pub struct ActorRuntime<T: Actor> { /* private fields */ }Implementations§
Source§impl<T: Actor> ActorRuntime<T>
impl<T: Actor> ActorRuntime<T>
pub async fn entrypoint(self)
Auto Trait Implementations§
impl<T> Freeze for ActorRuntime<T>
impl<T> RefUnwindSafe for ActorRuntime<T>
impl<T> Send for ActorRuntime<T>
impl<T> Sync for ActorRuntime<T>
impl<T> Unpin for ActorRuntime<T>
impl<T> UnwindSafe for ActorRuntime<T>
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