[][src]Enum keybase_protocol::protocol::stellar1::bundle::BundleSecretVersioned

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

Variants

V1

Fields of V1

v1: BundleSecretUnsupported
V2

Fields of V2

v2: BundleSecretV2
V3

Fields of V3

v3: BundleSecretUnsupported
V4

Fields of V4

v4: BundleSecretUnsupported
V5

Fields of V5

v5: BundleSecretUnsupported
V6

Fields of V6

v6: BundleSecretUnsupported
V7

Fields of V7

v7: BundleSecretUnsupported
V8

Fields of V8

v8: BundleSecretUnsupported
V9

Fields of V9

v9: BundleSecretUnsupported
V10

Fields of V10

v10: BundleSecretUnsupported

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]