Enum crowdstrike_cloudproto::services::ts::AgentIdStatus
source · #[repr(u8)]
pub enum AgentIdStatus {
Unchanged,
Changed,
}Expand description
Whether the server expects the client to keep its Agent ID or be assigned a new one
Variants§
Trait Implementations§
source§impl Clone for AgentIdStatus
impl Clone for AgentIdStatus
source§fn clone(&self) -> AgentIdStatus
fn clone(&self) -> AgentIdStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AgentIdStatus
impl Debug for AgentIdStatus
source§impl PartialEq<AgentIdStatus> for AgentIdStatus
impl PartialEq<AgentIdStatus> for AgentIdStatus
source§fn eq(&self, other: &AgentIdStatus) -> bool
fn eq(&self, other: &AgentIdStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.