pub enum ClickPipePostPubSubSourceFormat {
JSONEachRow,
Avro,
Protobuf,
Unknown(String),
}Expand description
Inline enum for ClickPipePostPubSubSource.format.
Variants§
Trait Implementations§
Source§impl Clone for ClickPipePostPubSubSourceFormat
impl Clone for ClickPipePostPubSubSourceFormat
Source§fn clone(&self) -> ClickPipePostPubSubSourceFormat
fn clone(&self) -> ClickPipePostPubSubSourceFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ClickPipePostPubSubSourceFormat
impl Default for ClickPipePostPubSubSourceFormat
Source§fn default() -> ClickPipePostPubSubSourceFormat
fn default() -> ClickPipePostPubSubSourceFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipePostPubSubSourceFormat
impl<'de> Deserialize<'de> for ClickPipePostPubSubSourceFormat
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
Source§impl PartialEq for ClickPipePostPubSubSourceFormat
impl PartialEq for ClickPipePostPubSubSourceFormat
Source§fn eq(&self, other: &ClickPipePostPubSubSourceFormat) -> bool
fn eq(&self, other: &ClickPipePostPubSubSourceFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipePostPubSubSourceFormat
Auto Trait Implementations§
impl Freeze for ClickPipePostPubSubSourceFormat
impl RefUnwindSafe for ClickPipePostPubSubSourceFormat
impl Send for ClickPipePostPubSubSourceFormat
impl Sync for ClickPipePostPubSubSourceFormat
impl Unpin for ClickPipePostPubSubSourceFormat
impl UnsafeUnpin for ClickPipePostPubSubSourceFormat
impl UnwindSafe for ClickPipePostPubSubSourceFormat
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