Enum Relay Atof Stream Transport

View as Markdown

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

1pub enum RelayAtofStreamTransport {
2 HttpPost,
3 Websocket,
4 Ndjson,
5}

Relay ATOF stream transport.

Variants

HttpPost

HttpPost

HTTP POST transport.

Websocket

Websocket

WebSocket transport.

Ndjson

Ndjson

NDJSON transport.

Trait Implementations

impl Clone for RelayAtofStreamTransport

impl Clone for RelayAtofStreamTransport

clone

fn clone(&self) -> RelayAtofStreamTransport

clone_from

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

impl Debug for RelayAtofStreamTransport

impl Debug for RelayAtofStreamTransport

fmt

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

impl Default for RelayAtofStreamTransport

impl Default for RelayAtofStreamTransport

default

fn default() -> RelayAtofStreamTransport

impl<'de> Deserialize<'de> for RelayAtofStreamTransport

impl<'de> Deserialize<'de> for RelayAtofStreamTransport

deserialize

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

impl JsonSchema for RelayAtofStreamTransport

impl JsonSchema for RelayAtofStreamTransport

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 RelayAtofStreamTransport

impl PartialEq for RelayAtofStreamTransport

eq

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

ne

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

impl Serialize for RelayAtofStreamTransport

impl Serialize for RelayAtofStreamTransport

serialize

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

impl Copy for RelayAtofStreamTransport

impl Copy for RelayAtofStreamTransport

impl Eq for RelayAtofStreamTransport

impl Eq for RelayAtofStreamTransport

impl StructuralPartialEq for RelayAtofStreamTransport

impl StructuralPartialEq for RelayAtofStreamTransport