pub enum AgentLiveness {
Fresh,
Stale,
Unreachable,
Unknown,
}Expand description
Freshness of the host observation, deliberately separate from execution.
Variants§
Trait Implementations§
Source§impl Clone for AgentLiveness
impl Clone for AgentLiveness
impl Copy for AgentLiveness
Source§impl Debug for AgentLiveness
impl Debug for AgentLiveness
Source§impl<'de> Deserialize<'de> for AgentLiveness
impl<'de> Deserialize<'de> for AgentLiveness
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 AgentLiveness
Source§impl PartialEq for AgentLiveness
impl PartialEq for AgentLiveness
Source§impl Serialize for AgentLiveness
impl Serialize for AgentLiveness
impl StructuralPartialEq for AgentLiveness
Auto Trait Implementations§
impl Freeze for AgentLiveness
impl RefUnwindSafe for AgentLiveness
impl Send for AgentLiveness
impl Sync for AgentLiveness
impl Unpin for AgentLiveness
impl UnsafeUnpin for AgentLiveness
impl UnwindSafe for AgentLiveness
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