Enum ragged_buffer::monomorphs::Index
source · [−]pub enum Index<'a> {
PermutationNP(PyReadonlyArray1<'a, i64>),
Permutation(Vec<usize>),
Int(usize),
Slice(Py<PySlice>),
}Variants
PermutationNP(PyReadonlyArray1<'a, i64>)
Permutation(Vec<usize>)
Int(usize)
Slice(Py<PySlice>)
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Index<'a>
impl<'a> !Send for Index<'a>
impl<'a> !Sync for Index<'a>
impl<'a> Unpin for Index<'a>
impl<'a> !UnwindSafe for Index<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more