Enum index_many::simple_result::GetManyErrorKind[][src]

pub enum GetManyErrorKind {
    OutOfBounds {
        many_idx: usize,
        slice_idx: usize,
        slice_len: usize,
    },
    NotSorted {
        many_idx_1: usize,
        many_idx_2: usize,
    },
    NotUnique {
        many_idx_1: usize,
        many_idx_2: usize,
    },
}

Variants

OutOfBounds
Show fields

Fields of OutOfBounds

many_idx: usizeslice_idx: usizeslice_len: usize
NotSorted
Show fields

Fields of NotSorted

many_idx_1: usizemany_idx_2: usize
NotUnique
Show fields

Fields of NotUnique

many_idx_1: usizemany_idx_2: usize

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.