pub enum AgentRegistrySpawnSpawnedKind {
Spawned,
}Expand description
Discriminator: managed-server child spawned successfully
Variants§
Spawned
Trait Implementations§
Source§impl Clone for AgentRegistrySpawnSpawnedKind
impl Clone for AgentRegistrySpawnSpawnedKind
Source§fn clone(&self) -> AgentRegistrySpawnSpawnedKind
fn clone(&self) -> AgentRegistrySpawnSpawnedKind
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 AgentRegistrySpawnSpawnedKind
impl Default for AgentRegistrySpawnSpawnedKind
Source§fn default() -> AgentRegistrySpawnSpawnedKind
fn default() -> AgentRegistrySpawnSpawnedKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentRegistrySpawnSpawnedKind
impl<'de> Deserialize<'de> for AgentRegistrySpawnSpawnedKind
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 AgentRegistrySpawnSpawnedKind
Source§impl PartialEq for AgentRegistrySpawnSpawnedKind
impl PartialEq for AgentRegistrySpawnSpawnedKind
Source§fn eq(&self, other: &AgentRegistrySpawnSpawnedKind) -> bool
fn eq(&self, other: &AgentRegistrySpawnSpawnedKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentRegistrySpawnSpawnedKind
Auto Trait Implementations§
impl Freeze for AgentRegistrySpawnSpawnedKind
impl RefUnwindSafe for AgentRegistrySpawnSpawnedKind
impl Send for AgentRegistrySpawnSpawnedKind
impl Sync for AgentRegistrySpawnSpawnedKind
impl Unpin for AgentRegistrySpawnSpawnedKind
impl UnsafeUnpin for AgentRegistrySpawnSpawnedKind
impl UnwindSafe for AgentRegistrySpawnSpawnedKind
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