pub struct Caller<T: Message> {
pub actor_id: ActorId,
/* private fields */
}Expand description
Caller of a specific message type
Like `Sender
Fields§
§actor_id: ActorIdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Caller<T>
impl<T> RefUnwindSafe for Caller<T>
impl<T> Send for Caller<T>
impl<T> Sync for Caller<T>
impl<T> Unpin for Caller<T>
impl<T> UnsafeUnpin for Caller<T>
impl<T> UnwindSafe for Caller<T>
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