pub enum AgentRegistrySpawnRegistryTimeoutKind {
RegistryTimeout,
}Expand description
Discriminator: spawn succeeded but child never registered
Variants§
RegistryTimeout
Trait Implementations§
Source§impl Clone for AgentRegistrySpawnRegistryTimeoutKind
impl Clone for AgentRegistrySpawnRegistryTimeoutKind
Source§fn clone(&self) -> AgentRegistrySpawnRegistryTimeoutKind
fn clone(&self) -> AgentRegistrySpawnRegistryTimeoutKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AgentRegistrySpawnRegistryTimeoutKind
impl Default for AgentRegistrySpawnRegistryTimeoutKind
Source§fn default() -> AgentRegistrySpawnRegistryTimeoutKind
fn default() -> AgentRegistrySpawnRegistryTimeoutKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentRegistrySpawnRegistryTimeoutKind
impl<'de> Deserialize<'de> for AgentRegistrySpawnRegistryTimeoutKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AgentRegistrySpawnRegistryTimeoutKind
Source§impl PartialEq for AgentRegistrySpawnRegistryTimeoutKind
impl PartialEq for AgentRegistrySpawnRegistryTimeoutKind
Source§fn eq(&self, other: &AgentRegistrySpawnRegistryTimeoutKind) -> bool
fn eq(&self, other: &AgentRegistrySpawnRegistryTimeoutKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentRegistrySpawnRegistryTimeoutKind
Auto Trait Implementations§
impl Freeze for AgentRegistrySpawnRegistryTimeoutKind
impl RefUnwindSafe for AgentRegistrySpawnRegistryTimeoutKind
impl Send for AgentRegistrySpawnRegistryTimeoutKind
impl Sync for AgentRegistrySpawnRegistryTimeoutKind
impl Unpin for AgentRegistrySpawnRegistryTimeoutKind
impl UnsafeUnpin for AgentRegistrySpawnRegistryTimeoutKind
impl UnwindSafe for AgentRegistrySpawnRegistryTimeoutKind
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