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

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

Variants

V1

Fields of V1

v1: BodyPlaintextV1
V2

Fields of V2

v2: BodyPlaintextUnsupported
V3

Fields of V3

v3: BodyPlaintextUnsupported
V4

Fields of V4

v4: BodyPlaintextUnsupported
V5

Fields of V5

v5: BodyPlaintextUnsupported
V6

Fields of V6

v6: BodyPlaintextUnsupported
V7

Fields of V7

v7: BodyPlaintextUnsupported
V8

Fields of V8

v8: BodyPlaintextUnsupported
V9

Fields of V9

v9: BodyPlaintextUnsupported
V10

Fields of V10

v10: BodyPlaintextUnsupported

Trait Implementations

impl Debug for BodyPlaintext[src]

impl Serialize for BodyPlaintext[src]

impl<'de> Deserialize<'de> for BodyPlaintext[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]