pub enum LockWait {
NoWait,
SkipLocked,
}Expand description
What to do about a row someone else has already locked.
Variants§
Implementations§
Trait Implementations§
impl Copy for LockWait
impl Eq for LockWait
impl StructuralPartialEq for LockWait
Auto Trait Implementations§
impl Freeze for LockWait
impl RefUnwindSafe for LockWait
impl Send for LockWait
impl Sync for LockWait
impl Unpin for LockWait
impl UnsafeUnpin for LockWait
impl UnwindSafe for LockWait
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