pub struct ActorRegistry { /* private fields */ }
Expand description
Registry for storing actors.
Implementations§
Source§impl ActorRegistry
impl ActorRegistry
Trait Implementations§
Source§impl Debug for ActorRegistry
impl Debug for ActorRegistry
Auto Trait Implementations§
impl !Freeze for ActorRegistry
impl !RefUnwindSafe for ActorRegistry
impl !Send for ActorRegistry
impl !Sync for ActorRegistry
impl Unpin for ActorRegistry
impl !UnwindSafe for ActorRegistry
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