pub struct TagName(/* private fields */);
Expand description
Represent a tag name
Implementations§
Source§impl TagName
impl TagName
Sourcepub fn escape_to_line_protocol(&self) -> String
pub fn escape_to_line_protocol(&self) -> String
Escape a tag value to InfluxDB line protocol
Characters
, ,
and =
are escaped.
Trait Implementations§
impl Eq for TagName
impl StructuralPartialEq for TagName
Auto Trait Implementations§
impl Freeze for TagName
impl RefUnwindSafe for TagName
impl Send for TagName
impl Sync for TagName
impl Unpin for TagName
impl UnwindSafe for TagName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.