pub struct LineProtocolItem {
pub measurement: String,
pub value: ValueType,
pub ts: Timestamp,
}
Expand description
Строка записи в данных в базу через HTTP API
Fields§
§measurement: String
§value: ValueType
§ts: Timestamp
Implementations§
Auto Trait Implementations§
impl Freeze for LineProtocolItem
impl RefUnwindSafe for LineProtocolItem
impl Send for LineProtocolItem
impl Sync for LineProtocolItem
impl Unpin for LineProtocolItem
impl UnwindSafe for LineProtocolItem
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