Struct fluvio_smartmodule::dataplane::core::link::versions::PlatformVersion
source · pub struct PlatformVersion(/* private fields */);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 for PlatformVersion
impl PartialEq 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 ==.impl Eq for PlatformVersion
impl StructuralEq for PlatformVersion
impl StructuralPartialEq for PlatformVersion
Auto Trait Implementations§
impl RefUnwindSafe for PlatformVersion
impl Send for PlatformVersion
impl Sync for PlatformVersion
impl Unpin for PlatformVersion
impl UnwindSafe for PlatformVersion
Blanket Implementations§
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