Enum brotli::enc::backward_references::UnionHasher[][src]

pub enum UnionHasher<Alloc: Allocator<u16> + Allocator<u32>> {
    Uninit,
    H2(BasicHasher<H2Sub<Alloc>>),
    H3(BasicHasher<H3Sub<Alloc>>),
    H4(BasicHasher<H4Sub<Alloc>>),
    H54(BasicHasher<H54Sub<Alloc>>),
    H5(AdvHasher<H5Sub, Alloc>),
    H5q7(AdvHasher<HQ7Sub, Alloc>),
    H5q5(AdvHasher<HQ5Sub, Alloc>),
    H6(AdvHasher<H6Sub, Alloc>),
    H9(H9<Alloc>),
    H10(H10<Alloc, H10Buckets<Alloc>, H10DefaultParams>),
}

Variants

Uninit
H2

Tuple Fields of H2

0: BasicHasher<H2Sub<Alloc>>
H3

Tuple Fields of H3

0: BasicHasher<H3Sub<Alloc>>
H4

Tuple Fields of H4

0: BasicHasher<H4Sub<Alloc>>
H54

Tuple Fields of H54

0: BasicHasher<H54Sub<Alloc>>
H5

Tuple Fields of H5

0: AdvHasher<H5Sub, Alloc>
H5q7

Tuple Fields of H5q7

0: AdvHasher<HQ7Sub, Alloc>
H5q5

Tuple Fields of H5q5

0: AdvHasher<HQ5Sub, Alloc>
H6

Tuple Fields of H6

0: AdvHasher<H6Sub, Alloc>
H9

Tuple Fields of H9

0: H9<Alloc>
H10

Tuple Fields of H10

0: H10<Alloc, H10Buckets<Alloc>, H10DefaultParams>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

Performs the conversion.

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.