pub enum IndexOp {
Insert,
Delete,
}Expand description
Index delta operation.
Variants§
Trait Implementations§
impl Copy for IndexOp
impl Eq for IndexOp
impl StructuralPartialEq for IndexOp
Auto Trait Implementations§
impl Freeze for IndexOp
impl RefUnwindSafe for IndexOp
impl Send for IndexOp
impl Sync for IndexOp
impl Unpin for IndexOp
impl UnsafeUnpin for IndexOp
impl UnwindSafe for IndexOp
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