Struct zabbix_api::macro::ZabbixHostMacro
source · pub struct ZabbixHostMacro {
pub id: String,
pub host_id: String,
pub macro: String,
pub value: String,
pub type: u8,
pub description: String,
}
Expand description
API Object: https://www.zabbix.com/documentation/6.0/en/manual/api/reference/usermacro/object
Fields§
§id: String
§host_id: String
§macro: String
§value: String
§type: u8
§description: String
Trait Implementations§
source§impl Debug for ZabbixHostMacro
impl Debug for ZabbixHostMacro
source§impl<'de> Deserialize<'de> for ZabbixHostMacro
impl<'de> Deserialize<'de> for ZabbixHostMacro
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 RefUnwindSafe for ZabbixHostMacro
impl Send for ZabbixHostMacro
impl Sync for ZabbixHostMacro
impl Unpin for ZabbixHostMacro
impl UnwindSafe for ZabbixHostMacro
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