pub struct TestActorEntry {
pub system: System,
pub exited: Arc<Mutex<Exited>>,
pub ctl_tx: Box<dyn Any + Send + Sync + 'static>,
}Fields§
§system: System§exited: Arc<Mutex<Exited>>§ctl_tx: Box<dyn Any + Send + Sync + 'static>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestActorEntry
impl !RefUnwindSafe for TestActorEntry
impl Send for TestActorEntry
impl Sync for TestActorEntry
impl Unpin for TestActorEntry
impl UnsafeUnpin for TestActorEntry
impl !UnwindSafe for TestActorEntry
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