pub enum ArrayPos {
At(usize),
End,
}Available on crate feature
alloc only.Expand description
Array splice position.
Variants§
Trait Implementations§
impl Copy for ArrayPos
impl Eq for ArrayPos
impl StructuralPartialEq for ArrayPos
Auto Trait Implementations§
impl Freeze for ArrayPos
impl RefUnwindSafe for ArrayPos
impl Send for ArrayPos
impl Sync for ArrayPos
impl Unpin for ArrayPos
impl UnsafeUnpin for ArrayPos
impl UnwindSafe for ArrayPos
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