Struct fluvio::dataplane::versions::PlatformVersion[][src]

pub struct PlatformVersion(_);

Implementations

impl PlatformVersion[src]

pub fn to_semver(&self) -> Version[src]

Creates a semver::Version object of the inner version

Trait Implementations

impl Debug for PlatformVersion[src]

impl Decoder for PlatformVersion[src]

pub fn decode<T>(&mut self, src: &mut T, version: i16) -> Result<(), Error> where
    T: Buf
[src]

Wrap the decoder for the string inside

impl Default for PlatformVersion[src]

impl Encoder for PlatformVersion[src]

impl From<Version> for PlatformVersion[src]

impl PartialEq<PlatformVersion> for PlatformVersion[src]

impl StructuralPartialEq for PlatformVersion[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.