pub struct ActorLoop {}Implementations§
Source§impl ActorLoop
impl ActorLoop
pub async fn run<A: Actor>( actor: A, actor_type: ActorType, receiver: UnboundedReceiver<MessageHandler<A>>, on_start: Option<Sender<()>>, actor_ref: LocalActorRef<A>, parent_ref: Option<BoxedActorRef>, system: Option<ActorSystem>, )
Auto Trait Implementations§
impl Freeze for ActorLoop
impl RefUnwindSafe for ActorLoop
impl Send for ActorLoop
impl Sync for ActorLoop
impl Unpin for ActorLoop
impl UnsafeUnpin for ActorLoop
impl UnwindSafe for ActorLoop
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