pub enum TapEncodingFormat {
Json,
Yaml,
Logfmt,
}
Expand description
Tap encoding format type that is more convenient to use for public clients than the
generated output_events_by_component_id_patterns_subscription::EventEncodingType
.
Variants§
Trait Implementations§
source§impl Clone for TapEncodingFormat
impl Clone for TapEncodingFormat
source§fn clone(&self) -> TapEncodingFormat
fn clone(&self) -> TapEncodingFormat
Returns a copy 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 TapEncodingFormat
impl Debug for TapEncodingFormat
source§impl From<TapEncodingFormat> for EventEncodingType
impl From<TapEncodingFormat> for EventEncodingType
Map the public-facing TapEncodingFormat
to the internal EventEncodingType
.
source§fn from(encoding: TapEncodingFormat) -> Self
fn from(encoding: TapEncodingFormat) -> Self
Converts to this type from the input type.
source§impl FromStr for TapEncodingFormat
impl FromStr for TapEncodingFormat
String -> TapEncodingFormat, typically for parsing user input.
source§impl ValueEnum for TapEncodingFormat
impl ValueEnum for TapEncodingFormat
impl Copy for TapEncodingFormat
Auto Trait Implementations§
impl Freeze for TapEncodingFormat
impl RefUnwindSafe for TapEncodingFormat
impl Send for TapEncodingFormat
impl Sync for TapEncodingFormat
impl Unpin for TapEncodingFormat
impl UnwindSafe for TapEncodingFormat
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)