pub struct DecodedField {
pub name: String,
pub value: FieldValue,
}Expand description
Decoded field from a binary event or span.
Fields§
§name: String§value: FieldValueTrait Implementations§
Source§impl Clone for DecodedField
impl Clone for DecodedField
Source§fn clone(&self) -> DecodedField
fn clone(&self) -> DecodedField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecodedField
impl Debug for DecodedField
Source§impl PartialEq for DecodedField
impl PartialEq for DecodedField
impl StructuralPartialEq for DecodedField
Auto Trait Implementations§
impl Freeze for DecodedField
impl RefUnwindSafe for DecodedField
impl Send for DecodedField
impl Sync for DecodedField
impl Unpin for DecodedField
impl UnsafeUnpin for DecodedField
impl UnwindSafe for DecodedField
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