pub enum ListOpType {
Explicit,
Added,
Deleted,
Ordered,
Prepended,
Appended,
}Expand description
Enum for specifying one of the list editing operation types.
Variants§
Auto Trait Implementations§
impl Freeze for ListOpType
impl RefUnwindSafe for ListOpType
impl Send for ListOpType
impl Sync for ListOpType
impl Unpin for ListOpType
impl UnsafeUnpin for ListOpType
impl UnwindSafe for ListOpType
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