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