Enum ntex::util::variant::Variant8[][src]

pub enum Variant8<V1, V2, V3, V4, V5, V6, V7, V8> {
    V1(V1),
    V2(V2),
    V3(V3),
    V4(V4),
    V5(V5),
    V6(V6),
    V7(V7),
    V8(V8),
}

Variants

V1(V1)

Tuple Fields of V1

0: V1
V2(V2)

Tuple Fields of V2

0: V2
V3(V3)

Tuple Fields of V3

0: V3
V4(V4)

Tuple Fields of V4

0: V4
V5(V5)

Tuple Fields of V5

0: V5
V6(V6)

Tuple Fields of V6

0: V6
V7(V7)

Tuple Fields of V7

0: V7
V8(V8)

Tuple Fields of V8

0: V8

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more