pub struct ActorRegistry { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for ActorRegistry
impl Default for ActorRegistry
impl Send for ActorRegistry
impl Sync for ActorRegistry
Auto Trait Implementations§
impl !Freeze for ActorRegistry
impl !RefUnwindSafe 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