pub struct Args<M> {
pub registry: TestActorRegistry,
pub init_ack_tx: Sender<ActorID>,
pub ctl_rx: UnboundedReceiver<Query<M>>,
pub ctl_tx: UnboundedSender<Query<M>>,
}Fields§
§registry: TestActorRegistry§init_ack_tx: Sender<ActorID>§ctl_rx: UnboundedReceiver<Query<M>>§ctl_tx: UnboundedSender<Query<M>>Auto Trait Implementations§
impl<M> Freeze for Args<M>
impl<M> !RefUnwindSafe for Args<M>
impl<M> Send for Args<M>where
M: Send,
impl<M> Sync for Args<M>where
M: Send,
impl<M> Unpin for Args<M>
impl<M> UnsafeUnpin for Args<M>
impl<M> !UnwindSafe for Args<M>
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