Struct agner_test_actor::registry::TestActorRegistry
source · [−]pub struct TestActorRegistry(pub Arc<RwLock<HashMap<ActorID, TestActorEntry>>>);Tuple Fields
0: Arc<RwLock<HashMap<ActorID, TestActorEntry>>>Implementations
Trait Implementations
sourceimpl Clone for TestActorRegistry
impl Clone for TestActorRegistry
sourcefn clone(&self) -> TestActorRegistry
fn clone(&self) -> TestActorRegistry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TestActorRegistry
impl Debug for TestActorRegistry
sourceimpl Default for TestActorRegistry
impl Default for TestActorRegistry
sourcefn default() -> TestActorRegistry
fn default() -> TestActorRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for TestActorRegistry
impl Send for TestActorRegistry
impl Sync for TestActorRegistry
impl Unpin for TestActorRegistry
impl !UnwindSafe for TestActorRegistry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more