pub struct ZabbixHostGroupId {
pub group_id: String,
}
Fields§
§group_id: String
Trait Implementations§
Source§impl Clone for ZabbixHostGroupId
impl Clone for ZabbixHostGroupId
Source§fn clone(&self) -> ZabbixHostGroupId
fn clone(&self) -> ZabbixHostGroupId
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 ZabbixHostGroupId
impl Debug for ZabbixHostGroupId
Source§impl<'de> Deserialize<'de> for ZabbixHostGroupId
impl<'de> Deserialize<'de> for ZabbixHostGroupId
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<ZabbixHostGroup> for ZabbixHostGroupId
impl From<ZabbixHostGroup> for ZabbixHostGroupId
Source§fn from(value: ZabbixHostGroup) -> Self
fn from(value: ZabbixHostGroup) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ZabbixHostGroupId
impl PartialEq for ZabbixHostGroupId
Source§impl Serialize for ZabbixHostGroupId
impl Serialize for ZabbixHostGroupId
impl StructuralPartialEq for ZabbixHostGroupId
Auto Trait Implementations§
impl Freeze for ZabbixHostGroupId
impl RefUnwindSafe for ZabbixHostGroupId
impl Send for ZabbixHostGroupId
impl Sync for ZabbixHostGroupId
impl Unpin for ZabbixHostGroupId
impl UnwindSafe for ZabbixHostGroupId
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