pub struct ReplicaInboxReceiver { /* private fields */ }Expand description
Receiver end. Lives inside the (private) Shard; drained once
per reactor tick. Constructed by replica_inbox_pair and
handed to the runtime via Runtime::with_replica_inboxes.
Auto Trait Implementations§
impl !Sync for ReplicaInboxReceiver
impl Freeze for ReplicaInboxReceiver
impl RefUnwindSafe for ReplicaInboxReceiver
impl Send for ReplicaInboxReceiver
impl Unpin for ReplicaInboxReceiver
impl UnsafeUnpin for ReplicaInboxReceiver
impl UnwindSafe for ReplicaInboxReceiver
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