pub struct RemoveOp<T> { /* private fields */ }Expand description
Reversible remove at index (captures removed value for undo).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for RemoveOp<T>where
T: Freeze,
impl<T> RefUnwindSafe for RemoveOp<T>where
T: RefUnwindSafe,
impl<T> Send for RemoveOp<T>where
T: Send,
impl<T> Sync for RemoveOp<T>where
T: Sync,
impl<T> Unpin for RemoveOp<T>where
T: Unpin,
impl<T> UnsafeUnpin for RemoveOp<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for RemoveOp<T>where
T: UnwindSafe,
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