Struct fluvio_smartmodule::dataplane::core::link::versions::PlatformVersion
source · pub struct PlatformVersion(_);Implementations§
Trait Implementations§
source§impl Debug for PlatformVersion
impl Debug for PlatformVersion
source§impl Decoder for PlatformVersion
impl Decoder for PlatformVersion
source§impl Default for PlatformVersion
impl Default for PlatformVersion
source§fn default() -> PlatformVersion
fn default() -> PlatformVersion
Returns the “default value” for a type. Read more
source§impl Encoder for PlatformVersion
impl Encoder for PlatformVersion
source§impl From<Version> for PlatformVersion
impl From<Version> for PlatformVersion
source§fn from(version: Version) -> PlatformVersion
fn from(version: Version) -> PlatformVersion
Converts to this type from the input type.
source§impl PartialEq<PlatformVersion> for PlatformVersion
impl PartialEq<PlatformVersion> for PlatformVersion
source§fn eq(&self, other: &PlatformVersion) -> bool
fn eq(&self, other: &PlatformVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.