Struct fluvio_smartmodule::dataplane::core::link::versions::PlatformVersion
source · pub struct PlatformVersion(_);Implementations
Trait Implementations
sourceimpl Debug for PlatformVersion
impl Debug for PlatformVersion
sourceimpl Decoder for PlatformVersion
impl Decoder for PlatformVersion
sourceimpl Default for PlatformVersion
impl Default for PlatformVersion
sourcefn default() -> PlatformVersion
fn default() -> PlatformVersion
Returns the “default value” for a type. Read more
sourceimpl Encoder for PlatformVersion
impl Encoder for PlatformVersion
sourceimpl From<Version> for PlatformVersion
impl From<Version> for PlatformVersion
sourcefn from(version: Version) -> PlatformVersion
fn from(version: Version) -> PlatformVersion
Converts to this type from the input type.
sourceimpl PartialEq<PlatformVersion> for PlatformVersion
impl PartialEq<PlatformVersion> for PlatformVersion
sourcefn eq(&self, other: &PlatformVersion) -> bool
fn eq(&self, other: &PlatformVersion) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more