Enum netzwork_api::AgentStatus
source · pub enum AgentStatus {
Undefined,
Initializing,
AwaitingJoin,
Running,
Orphaned,
Exiting,
}
Variants§
Trait Implementations§
source§impl Debug for AgentStatus
impl Debug for AgentStatus
source§impl<'de> Deserialize<'de> for AgentStatus
impl<'de> Deserialize<'de> for AgentStatus
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
source§impl PartialEq<AgentStatus> for AgentStatus
impl PartialEq<AgentStatus> for AgentStatus
source§fn eq(&self, other: &AgentStatus) -> bool
fn eq(&self, other: &AgentStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AgentStatus
impl Serialize for AgentStatus
impl StructuralPartialEq for AgentStatus
Auto Trait Implementations§
impl RefUnwindSafe for AgentStatus
impl Send for AgentStatus
impl Sync for AgentStatus
impl Unpin for AgentStatus
impl UnwindSafe for AgentStatus
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