Struct tonari_actor::SystemHandle [−][src]
pub struct SystemHandle { /* fields omitted */ }Expand description
Contains the “metadata” of the system, including information about the registry of actors currently existing within the system.
Implementations
Stops all actors spawned by this system.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for SystemHandle
impl Send for SystemHandle
impl Sync for SystemHandle
impl Unpin for SystemHandle
impl !UnwindSafe for SystemHandle
Blanket Implementations
Mutably borrows from an owned value. Read more