pub struct ProcessStatus {Show 17 fields
pub wazuh_agentlessd: String,
pub wazuh_analysisd: String,
pub wazuh_authd: String,
pub wazuh_csyslogd: String,
pub wazuh_dbd: String,
pub wazuh_monitord: String,
pub wazuh_execd: String,
pub wazuh_integratord: String,
pub wazuh_logcollector: String,
pub wazuh_maild: String,
pub wazuh_remoted: String,
pub wazuh_reportd: String,
pub wazuh_syscheckd: String,
pub wazuh_clusterd: String,
pub wazuh_modulesd: String,
pub wazuh_db: String,
pub wazuh_apid: String,
}Fields§
§wazuh_agentlessd: String§wazuh_analysisd: String§wazuh_authd: String§wazuh_csyslogd: String§wazuh_dbd: String§wazuh_monitord: String§wazuh_execd: String§wazuh_integratord: String§wazuh_logcollector: String§wazuh_maild: String§wazuh_remoted: String§wazuh_reportd: String§wazuh_syscheckd: String§wazuh_clusterd: String§wazuh_modulesd: String§wazuh_db: String§wazuh_apid: StringTrait Implementations§
Source§impl Clone for ProcessStatus
impl Clone for ProcessStatus
Source§fn clone(&self) -> ProcessStatus
fn clone(&self) -> ProcessStatus
Returns a duplicate 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 ProcessStatus
impl Debug for ProcessStatus
Source§impl<'de> Deserialize<'de> for ProcessStatus
impl<'de> Deserialize<'de> for ProcessStatus
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
Auto Trait Implementations§
impl Freeze for ProcessStatus
impl RefUnwindSafe for ProcessStatus
impl Send for ProcessStatus
impl Sync for ProcessStatus
impl Unpin for ProcessStatus
impl UnwindSafe for ProcessStatus
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