Struct agner_test_actor::registry::TestActorEntry
source · [−]pub struct TestActorEntry {
pub system: System,
pub exited: Arc<Mutex<Exited>>,
pub ctl_tx: Box<dyn Any + Send + Sync + 'static>,
}Fields
system: Systemexited: Arc<Mutex<Exited>>ctl_tx: Box<dyn Any + Send + Sync + 'static>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TestActorEntry
impl Send for TestActorEntry
impl Sync for TestActorEntry
impl Unpin for TestActorEntry
impl !UnwindSafe for TestActorEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more