Enum swagger::OneOf7[][src]

pub enum OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq
{ A(A), B(B), C(C), D(D), E(E), F(F), G(G), }

$t

Variants

A(A)

$i type

B(B)

$i type

C(C)

$i type

D(D)

$i type

E(E)

$i type

F(F)

$i type

G(G)

$i type

Trait Implementations

impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq
[src]

impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq
[src]

impl<'b, A, B, C, D, E, F, G> Deserialize<'b> for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq + for<'a> Deserialize<'a>,
    B: PartialEq + for<'a> Deserialize<'a>,
    C: PartialEq + for<'a> Deserialize<'a>,
    D: PartialEq + for<'a> Deserialize<'a>,
    E: PartialEq + for<'a> Deserialize<'a>,
    F: PartialEq + for<'a> Deserialize<'a>,
    G: PartialEq + for<'a> Deserialize<'a>, 
[src]

impl<A, B, C, D, E, F, G> FromStr for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq + FromStr,
    B: PartialEq + FromStr,
    C: PartialEq + FromStr,
    D: PartialEq + FromStr,
    E: PartialEq + FromStr,
    F: PartialEq + FromStr,
    G: PartialEq + FromStr
[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq, F: PartialEq, G: PartialEq> PartialEq<OneOf7<A, B, C, D, E, F, G>> for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq
[src]

impl<A, B, C, D, E, F, G> Serialize for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq + Serialize,
    B: PartialEq + Serialize,
    C: PartialEq + Serialize,
    D: PartialEq + Serialize,
    E: PartialEq + Serialize,
    F: PartialEq + Serialize,
    G: PartialEq + Serialize
[src]

impl<A, B, C, D, E, F, G> StructuralPartialEq for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq,
    B: PartialEq,
    C: PartialEq,
    D: PartialEq,
    E: PartialEq,
    F: PartialEq,
    G: PartialEq
[src]

impl<A, B, C, D, E, F, G> ToString for OneOf7<A, B, C, D, E, F, G> where
    A: PartialEq + ToString,
    B: PartialEq + ToString,
    C: PartialEq + ToString,
    D: PartialEq + ToString,
    E: PartialEq + ToString,
    F: PartialEq + ToString,
    G: PartialEq + ToString
[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, G> RefUnwindSafe for OneOf7<A, B, C, D, E, F, G> where
    A: RefUnwindSafe,
    B: RefUnwindSafe,
    C: RefUnwindSafe,
    D: RefUnwindSafe,
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    G: RefUnwindSafe

impl<A, B, C, D, E, F, G> Send for OneOf7<A, B, C, D, E, F, G> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send

impl<A, B, C, D, E, F, G> Sync for OneOf7<A, B, C, D, E, F, G> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync

impl<A, B, C, D, E, F, G> Unpin for OneOf7<A, B, C, D, E, F, G> where
    A: Unpin,
    B: Unpin,
    C: Unpin,
    D: Unpin,
    E: Unpin,
    F: Unpin,
    G: Unpin

impl<A, B, C, D, E, F, G> UnwindSafe for OneOf7<A, B, C, D, E, F, G> where
    A: UnwindSafe,
    B: UnwindSafe,
    C: UnwindSafe,
    D: UnwindSafe,
    E: UnwindSafe,
    F: UnwindSafe,
    G: UnwindSafe

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[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 = 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.