Enum fluvio_smartmodule::dataplane::core::api::RequestKind
source · #[non_exhaustive]
pub enum RequestKind {
Produce,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Produce
Trait Implementations§
source§impl Clone for RequestKind
impl Clone for RequestKind
source§fn clone(&self) -> RequestKind
fn clone(&self) -> RequestKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RequestKind
impl Debug for RequestKind
source§impl Decoder for RequestKind
impl Decoder for RequestKind
source§impl Default for RequestKind
impl Default for RequestKind
source§fn default() -> RequestKind
fn default() -> RequestKind
Returns the “default value” for a type. Read more
source§impl Display for RequestKind
impl Display for RequestKind
source§impl Encoder for RequestKind
impl Encoder for RequestKind
source§impl PartialEq<RequestKind> for RequestKind
impl PartialEq<RequestKind> for RequestKind
source§fn eq(&self, other: &RequestKind) -> bool
fn eq(&self, other: &RequestKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.