Enum c3p0_common::sql::ForUpdate
source · pub enum ForUpdate {
Default,
SkipLocked,
NoWait,
No,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for ForUpdate
impl PartialEq for ForUpdate
impl StructuralPartialEq for ForUpdate
Auto Trait Implementations§
impl RefUnwindSafe for ForUpdate
impl Send for ForUpdate
impl Sync for ForUpdate
impl Unpin for ForUpdate
impl UnwindSafe for ForUpdate
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