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

Fields of OutOfBounds

many_idx: usizeslice_idx: usizeslice_len: usize
NotSorted

Fields of NotSorted

many_idx_1: usizemany_idx_2: usize
NotUnique

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.