pub struct Context<A: Actor> { /* private fields */ }Expand description
The running context.
This is currently very simple, can only be used to get a new Addr.
Implementations§
Auto Trait Implementations§
impl<A> Freeze for Context<A>where
A: Freeze,
impl<A> RefUnwindSafe for Context<A>where
A: RefUnwindSafe,
impl<A> Send for Context<A>
impl<A> Sync for Context<A>where
A: Sync,
impl<A> Unpin for Context<A>where
A: Unpin,
impl<A> UnwindSafe for Context<A>where
A: UnwindSafe,
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