pub enum AgentStatusSource {
HostReport,
DerivedLease,
HostDiscoveryUnsupported,
}Expand description
Provenance of the observation shown to a reader.
Variants§
Trait Implementations§
Source§impl Clone for AgentStatusSource
impl Clone for AgentStatusSource
impl Copy for AgentStatusSource
Source§impl Debug for AgentStatusSource
impl Debug for AgentStatusSource
Source§impl<'de> Deserialize<'de> for AgentStatusSource
impl<'de> Deserialize<'de> for AgentStatusSource
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 AgentStatusSource
Source§impl PartialEq for AgentStatusSource
impl PartialEq for AgentStatusSource
Source§impl Serialize for AgentStatusSource
impl Serialize for AgentStatusSource
impl StructuralPartialEq for AgentStatusSource
Auto Trait Implementations§
impl Freeze for AgentStatusSource
impl RefUnwindSafe for AgentStatusSource
impl Send for AgentStatusSource
impl Sync for AgentStatusSource
impl Unpin for AgentStatusSource
impl UnsafeUnpin for AgentStatusSource
impl UnwindSafe for AgentStatusSource
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