pub struct ActorCell<A: Actor> { /* private fields */ }Expand description
Marker used only for public type references.
Auto Trait Implementations§
impl<A> Freeze for ActorCell<A>
impl<A> RefUnwindSafe for ActorCell<A>where
A: RefUnwindSafe,
impl<A> Send for ActorCell<A>
impl<A> Sync for ActorCell<A>where
A: Sync,
impl<A> Unpin for ActorCell<A>where
A: Unpin,
impl<A> UnsafeUnpin for ActorCell<A>
impl<A> UnwindSafe for ActorCell<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