pub enum IndexPos {
First,
Last,
}Expand description
Enum to specify the index dimension position.
Variants§
Trait Implementations§
impl Copy for IndexPos
Auto Trait Implementations§
impl Freeze for IndexPos
impl RefUnwindSafe for IndexPos
impl Send for IndexPos
impl Sync for IndexPos
impl Unpin for IndexPos
impl UnwindSafe for IndexPos
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more