pub struct ZabbixHostTag {
pub tag: String,
pub value: String,
}
Fields§
§tag: String
§value: String
Trait Implementations§
Source§impl Clone for ZabbixHostTag
impl Clone for ZabbixHostTag
Source§fn clone(&self) -> ZabbixHostTag
fn clone(&self) -> ZabbixHostTag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ZabbixHostTag
impl Debug for ZabbixHostTag
Source§impl<'de> Deserialize<'de> for ZabbixHostTag
impl<'de> Deserialize<'de> for ZabbixHostTag
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 PartialEq for ZabbixHostTag
impl PartialEq for ZabbixHostTag
Source§impl Serialize for ZabbixHostTag
impl Serialize for ZabbixHostTag
impl StructuralPartialEq for ZabbixHostTag
Auto Trait Implementations§
impl Freeze for ZabbixHostTag
impl RefUnwindSafe for ZabbixHostTag
impl Send for ZabbixHostTag
impl Sync for ZabbixHostTag
impl Unpin for ZabbixHostTag
impl UnwindSafe for ZabbixHostTag
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