pub enum ConfigPayloadFormat {
SplunkHec,
DatadogLogs,
NdJson,
}Expand description
Payload format for HTTP sinks (matches sinks::http::PayloadFormat).
Variants§
Trait Implementations§
Source§impl Clone for ConfigPayloadFormat
impl Clone for ConfigPayloadFormat
Source§fn clone(&self) -> ConfigPayloadFormat
fn clone(&self) -> ConfigPayloadFormat
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 ConfigPayloadFormat
impl Debug for ConfigPayloadFormat
Source§impl<'de> Deserialize<'de> for ConfigPayloadFormat
impl<'de> Deserialize<'de> for ConfigPayloadFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConfigPayloadFormat
impl RefUnwindSafe for ConfigPayloadFormat
impl Send for ConfigPayloadFormat
impl Sync for ConfigPayloadFormat
impl Unpin for ConfigPayloadFormat
impl UnsafeUnpin for ConfigPayloadFormat
impl UnwindSafe for ConfigPayloadFormat
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