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 more