pub struct FieldName(/* private fields */);Expand description
The name of a document field. Used both for fields the proxy injects on
ingest and the fields it strips on read, so the two stay symmetric
(docs/02 §2, docs/03). A name, never a value, safe in telemetry.
Implementations§
Trait Implementations§
impl Eq for FieldName
Source§impl Ord for FieldName
impl Ord for FieldName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FieldName
impl PartialOrd for FieldName
impl StructuralPartialEq for FieldName
Auto Trait Implementations§
impl Freeze for FieldName
impl RefUnwindSafe for FieldName
impl Send for FieldName
impl Sync for FieldName
impl Unpin for FieldName
impl UnsafeUnpin for FieldName
impl UnwindSafe for FieldName
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