Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Streaming transport used by an ATOF endpoint.
HttpPostHttpPost
POST each event as one JSONL record.
WebsocketWebsocket
Send each event as one WebSocket JSON text message.
NdjsonNdjson
Stream events over one long-lived HTTP NDJSON upload.
impl AtofEndpointTransportimpl AtofEndpointTransport
parsepub fn parse(value: &str) -> Option<Self>
Parse a string transport used by configuration and bindings.
as_strpub fn as_str(self) -> &'static str
Return the stable string representation used by configuration and bindings.
impl Clone for AtofEndpointTransportimpl Clone for AtofEndpointTransport
clonefn clone(&self) -> AtofEndpointTransport
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for AtofEndpointTransportimpl Debug for AtofEndpointTransport
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for AtofEndpointTransportimpl Default for AtofEndpointTransport
defaultfn default() -> AtofEndpointTransport
impl<'de> Deserialize<'de> for AtofEndpointTransportimpl<'de> Deserialize<'de> for AtofEndpointTransport
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl PartialEq for AtofEndpointTransportimpl PartialEq for AtofEndpointTransport
eqfn eq(&self, other: &AtofEndpointTransport) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for AtofEndpointTransportimpl Serialize for AtofEndpointTransport
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for AtofEndpointTransportimpl Copy for AtofEndpointTransport
impl Eq for AtofEndpointTransportimpl Eq for AtofEndpointTransport
impl StructuralPartialEq for AtofEndpointTransportimpl StructuralPartialEq for AtofEndpointTransport