pub struct Begin<'a> {
pub type_id: &'a str,
pub microseconds: Option<u128>,
}
Expand description
This Opens the Begin -> Set -> End data collection sequence.
BEGIN type.id [microseconds]
See also: https://learn.netdata.cloud/docs/agent/collectors/plugins.d#data-collection
Fields§
§type_id: &'a str
type.id
Identifier as given in Chart.
microseconds: Option<u128>
The number of microseconds since the last update of the chart.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Begin<'a>
impl<'a> RefUnwindSafe for Begin<'a>
impl<'a> Send for Begin<'a>
impl<'a> Sync for Begin<'a>
impl<'a> Unpin for Begin<'a>
impl<'a> UnwindSafe for Begin<'a>
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