pub struct TestActorRegistry(pub Arc<RwLock<HashMap<ActorID, TestActorEntry>>>);Tuple Fields§
§0: Arc<RwLock<HashMap<ActorID, TestActorEntry>>>Implementations§
Trait Implementations§
Source§impl Clone for TestActorRegistry
impl Clone for TestActorRegistry
Source§fn clone(&self) -> TestActorRegistry
fn clone(&self) -> TestActorRegistry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestActorRegistry
impl Debug for TestActorRegistry
Source§impl Default for TestActorRegistry
impl Default for TestActorRegistry
Source§fn default() -> TestActorRegistry
fn default() -> TestActorRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TestActorRegistry
impl !RefUnwindSafe for TestActorRegistry
impl Send for TestActorRegistry
impl Sync for TestActorRegistry
impl Unpin for TestActorRegistry
impl !UnwindSafe for TestActorRegistry
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