Struct Relay Atof Config

View as Markdown

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

pub struct RelayAtofConfig {
    pub enabled: bool,
    pub sinks: Vec<RelayAtofSinkConfig>,
    pub extensions: BTreeMap<String, Value>,
}

Relay ATOF export configuration.

Fields

enabled: bool

Whether ATOF export is enabled.

sinks: Vec<RelayAtofSinkConfig>

ATOF file and stream sinks.

extensions: BTreeMap<String, Value>

Additive ATOF fields.

Trait Implementations

impl Clone for RelayAtofConfig

impl Clone for RelayAtofConfig

clone

fn clone(&self) -> RelayAtofConfig

clone_from

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

impl Debug for RelayAtofConfig

impl Debug for RelayAtofConfig

fmt

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

impl Default for RelayAtofConfig

impl Default for RelayAtofConfig

default

fn default() -> RelayAtofConfig

impl<'de> Deserialize<'de> for RelayAtofConfig

impl<'de> Deserialize<'de> for RelayAtofConfig

deserialize

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

impl JsonSchema for RelayAtofConfig

impl JsonSchema for RelayAtofConfig

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 RelayAtofConfig

impl PartialEq for RelayAtofConfig

eq

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

ne

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

impl Serialize for RelayAtofConfig

impl Serialize for RelayAtofConfig

serialize

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

impl StructuralPartialEq for RelayAtofConfig

impl StructuralPartialEq for RelayAtofConfig