Enum Relay Atof Stream Field Name Policy

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

1pub enum RelayAtofStreamFieldNamePolicy {
2 Preserve,
3 ReplaceDots,
4}

Relay ATOF stream field-name policy.

Variants

Preserve

Preserve

Preserve field names.

ReplaceDots

ReplaceDots

Replace dots in field names.

Trait Implementations

impl Clone for RelayAtofStreamFieldNamePolicy

impl Clone for RelayAtofStreamFieldNamePolicy

clone

fn clone(&self) -> RelayAtofStreamFieldNamePolicy

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for RelayAtofStreamFieldNamePolicy

impl Debug for RelayAtofStreamFieldNamePolicy

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for RelayAtofStreamFieldNamePolicy

impl Default for RelayAtofStreamFieldNamePolicy

default

fn default() -> RelayAtofStreamFieldNamePolicy

impl<'de> Deserialize<'de> for RelayAtofStreamFieldNamePolicy

impl<'de> Deserialize<'de> for RelayAtofStreamFieldNamePolicy

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for RelayAtofStreamFieldNamePolicy

impl JsonSchema for RelayAtofStreamFieldNamePolicy

schema_name

fn schema_name() -> Cow<'static, str>

schema_id

fn schema_id() -> Cow<'static, str>

json_schema

fn json_schema(generator: &mut SchemaGenerator) -> Schema

inline_schema

fn inline_schema() -> bool

impl PartialEq for RelayAtofStreamFieldNamePolicy

impl PartialEq for RelayAtofStreamFieldNamePolicy

eq

fn eq(&self, other: &RelayAtofStreamFieldNamePolicy) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for RelayAtofStreamFieldNamePolicy

impl Serialize for RelayAtofStreamFieldNamePolicy

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for RelayAtofStreamFieldNamePolicy

impl Copy for RelayAtofStreamFieldNamePolicy

impl Eq for RelayAtofStreamFieldNamePolicy

impl Eq for RelayAtofStreamFieldNamePolicy

impl StructuralPartialEq for RelayAtofStreamFieldNamePolicy

impl StructuralPartialEq for RelayAtofStreamFieldNamePolicy