pub struct ZabbixTemplate {
pub template_id: String,
pub host: String,
pub description: String,
pub name: String,
pub uuid: String,
}
Expand description
API Object: https://www.zabbix.com/documentation/6.0/en/manual/api/reference/template/object
Fields§
§template_id: String
§host: String
§description: String
§name: String
§uuid: String
Trait Implementations§
Source§impl Debug for ZabbixTemplate
impl Debug for ZabbixTemplate
Source§impl<'de> Deserialize<'de> for ZabbixTemplate
impl<'de> Deserialize<'de> for ZabbixTemplate
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
Source§impl From<ZabbixTemplate> for ZabbixTemplateId
impl From<ZabbixTemplate> for ZabbixTemplateId
Source§fn from(value: ZabbixTemplate) -> Self
fn from(value: ZabbixTemplate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ZabbixTemplate
impl RefUnwindSafe for ZabbixTemplate
impl Send for ZabbixTemplate
impl Sync for ZabbixTemplate
impl Unpin for ZabbixTemplate
impl UnwindSafe for ZabbixTemplate
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