pub enum N0desProtocol {
Auth(Auth),
PutBlob(PutBlob),
GetTag(GetTag),
PutTopic(PutTopic),
DeleteTopic(DeleteTopic),
PutMetrics(PutMetrics),
Ping(Ping),
}
Variants§
Auth(Auth)
PutBlob(PutBlob)
GetTag(GetTag)
PutTopic(PutTopic)
DeleteTopic(DeleteTopic)
PutMetrics(PutMetrics)
Ping(Ping)
Trait Implementations§
Source§impl Debug for N0desProtocol
impl Debug for N0desProtocol
Source§impl<'de> Deserialize<'de> for N0desProtocol
impl<'de> Deserialize<'de> for N0desProtocol
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 From<Auth> for N0desProtocol
impl From<Auth> for N0desProtocol
Source§impl From<DeleteTopic> for N0desProtocol
impl From<DeleteTopic> for N0desProtocol
Source§fn from(value: DeleteTopic) -> Self
fn from(value: DeleteTopic) -> Self
Converts to this type from the input type.
Source§impl From<GetTag> for N0desProtocol
impl From<GetTag> for N0desProtocol
Source§impl From<Ping> for N0desProtocol
impl From<Ping> for N0desProtocol
Source§impl From<PutBlob> for N0desProtocol
impl From<PutBlob> for N0desProtocol
Source§impl From<PutMetrics> for N0desProtocol
impl From<PutMetrics> for N0desProtocol
Source§fn from(value: PutMetrics) -> Self
fn from(value: PutMetrics) -> Self
Converts to this type from the input type.
Source§impl From<PutTopic> for N0desProtocol
impl From<PutTopic> for N0desProtocol
Auto Trait Implementations§
impl Freeze for N0desProtocol
impl RefUnwindSafe for N0desProtocol
impl Send for N0desProtocol
impl Sync for N0desProtocol
impl Unpin for N0desProtocol
impl UnwindSafe for N0desProtocol
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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