pub struct ChunkMetricDescriptor {
pub id: u32,
pub key: String,
pub name: String,
pub unit: String,
pub metric_type: String,
pub group: String,
pub plugin: String,
}Fields§
§id: u32§key: String§name: String§unit: String§metric_type: String§group: String§plugin: StringTrait Implementations§
Source§impl Clone for ChunkMetricDescriptor
impl Clone for ChunkMetricDescriptor
Source§fn clone(&self) -> ChunkMetricDescriptor
fn clone(&self) -> ChunkMetricDescriptor
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 ChunkMetricDescriptor
impl Debug for ChunkMetricDescriptor
Source§impl<'de> Deserialize<'de> for ChunkMetricDescriptor
impl<'de> Deserialize<'de> for ChunkMetricDescriptor
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 ChunkMetricDescriptor
impl PartialEq for ChunkMetricDescriptor
Source§impl Serialize for ChunkMetricDescriptor
impl Serialize for ChunkMetricDescriptor
impl StructuralPartialEq for ChunkMetricDescriptor
Auto Trait Implementations§
impl Freeze for ChunkMetricDescriptor
impl RefUnwindSafe for ChunkMetricDescriptor
impl Send for ChunkMetricDescriptor
impl Sync for ChunkMetricDescriptor
impl Unpin for ChunkMetricDescriptor
impl UnsafeUnpin for ChunkMetricDescriptor
impl UnwindSafe for ChunkMetricDescriptor
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