pub struct ZabbixGlobalMacro {
pub 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
§macro: String
§value: String
§type: u8
§description: String
Trait Implementations§
Source§impl Debug for ZabbixGlobalMacro
impl Debug for ZabbixGlobalMacro
Source§impl<'de> Deserialize<'de> for ZabbixGlobalMacro
impl<'de> Deserialize<'de> for ZabbixGlobalMacro
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 ZabbixGlobalMacro
impl RefUnwindSafe for ZabbixGlobalMacro
impl Send for ZabbixGlobalMacro
impl Sync for ZabbixGlobalMacro
impl Unpin for ZabbixGlobalMacro
impl UnwindSafe for ZabbixGlobalMacro
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