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