Struct agner_test_actor::behaviour::Args
source · [−]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: TestActorRegistryinit_ack_tx: Sender<ActorID>ctl_rx: UnboundedReceiver<Query<M>>ctl_tx: UnboundedSender<Query<M>>Auto Trait Implementations
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> !UnwindSafe for Args<M>
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