[][src]Enum keybase_protocol::protocol::chat1::local::HeaderPlaintext

pub enum HeaderPlaintext {
    V1 {
        v1: HeaderPlaintextV1,
    },
    V2 {
        v2: HeaderPlaintextUnsupported,
    },
    V3 {
        v3: HeaderPlaintextUnsupported,
    },
    V4 {
        v4: HeaderPlaintextUnsupported,
    },
    V5 {
        v5: HeaderPlaintextUnsupported,
    },
    V6 {
        v6: HeaderPlaintextUnsupported,
    },
    V7 {
        v7: HeaderPlaintextUnsupported,
    },
    V8 {
        v8: HeaderPlaintextUnsupported,
    },
    V9 {
        v9: HeaderPlaintextUnsupported,
    },
    V10 {
        v10: HeaderPlaintextUnsupported,
    },
}

Variants

V1

Fields of V1

v1: HeaderPlaintextV1
V2
V3
V4
V5
V6
V7
V8
V9
V10

Fields of V10

v10: HeaderPlaintextUnsupported

Trait Implementations

impl Debug for HeaderPlaintext[src]

impl Serialize for HeaderPlaintext[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

impl<T> Borrow<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]