[][src]Struct flubber_backend_proto::InitInfo

pub struct InitInfo {
    pub backend_name: String,
    pub backend_version: Version,
    pub protocol_version: Version,
}

Backend sends this to the server when it starts.

Fields

backend_name: String

The name of the backend.

backend_version: Version

The version of the backend.

protocol_version: Version

The version of the protocol. This is version 0.1.0.

Trait Implementations

impl Clone for InitInfo[src]

impl Eq for InitInfo[src]

impl PartialEq<InitInfo> for InitInfo[src]

impl Debug for InitInfo[src]

impl Hash for InitInfo[src]

impl StructuralPartialEq for InitInfo[src]

impl StructuralEq for InitInfo[src]

impl Serialize for InitInfo[src]

impl<'de> Deserialize<'de> for InitInfo[src]

impl Value for InitInfo[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]