Enum sea_query::query::LockBehavior
source · pub enum LockBehavior {
Nowait,
SkipLocked,
}
Expand description
List of lock behavior can be used in select statement
Variants§
Trait Implementations§
source§impl Clone for LockBehavior
impl Clone for LockBehavior
source§fn clone(&self) -> LockBehavior
fn clone(&self) -> LockBehavior
Returns a copy 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 LockBehavior
impl Debug for LockBehavior
source§impl PartialEq<LockBehavior> for LockBehavior
impl PartialEq<LockBehavior> for LockBehavior
source§fn eq(&self, other: &LockBehavior) -> bool
fn eq(&self, other: &LockBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.