pub struct LineProtocolBuilderTimestamp(/* private fields */);Expand description
Helper type for building a line protocol string (timestamp insertion).
Implementations§
Auto Trait Implementations§
impl Freeze for LineProtocolBuilderTimestamp
impl RefUnwindSafe for LineProtocolBuilderTimestamp
impl Send for LineProtocolBuilderTimestamp
impl Sync for LineProtocolBuilderTimestamp
impl Unpin for LineProtocolBuilderTimestamp
impl UnsafeUnpin for LineProtocolBuilderTimestamp
impl UnwindSafe for LineProtocolBuilderTimestamp
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