pub struct PidRecipient<M>{ /* private fields */ }
Expand description
Can be used to send messages across network without knowing the type of the actor receiving them
Implementations§
Source§impl<M> PidRecipient<M>
impl<M> PidRecipient<M>
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for PidRecipient<M>
impl<M> !RefUnwindSafe for PidRecipient<M>
impl<M> Send for PidRecipient<M>
impl<M> Sync for PidRecipient<M>
impl<M> Unpin for PidRecipient<M>
impl<M> !UnwindSafe for PidRecipient<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