pub enum RecoveryHintKind {
InsertBefore,
InsertAfter,
Delete,
Replace,
Reorder,
}Variants§
Trait Implementations§
Source§impl Clone for RecoveryHintKind
impl Clone for RecoveryHintKind
Source§fn clone(&self) -> RecoveryHintKind
fn clone(&self) -> RecoveryHintKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecoveryHintKind
impl Debug for RecoveryHintKind
Source§impl PartialEq for RecoveryHintKind
impl PartialEq for RecoveryHintKind
impl Copy for RecoveryHintKind
impl Eq for RecoveryHintKind
impl StructuralPartialEq for RecoveryHintKind
Auto Trait Implementations§
impl Freeze for RecoveryHintKind
impl RefUnwindSafe for RecoveryHintKind
impl Send for RecoveryHintKind
impl Sync for RecoveryHintKind
impl Unpin for RecoveryHintKind
impl UnsafeUnpin for RecoveryHintKind
impl UnwindSafe for RecoveryHintKind
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