pub enum LockEscalation {
Auto,
Disable,
Table,
}Variants§
Trait Implementations§
Source§impl Clone for LockEscalation
impl Clone for LockEscalation
Source§fn clone(&self) -> LockEscalation
fn clone(&self) -> LockEscalation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LockEscalation
Source§impl Debug for LockEscalation
impl Debug for LockEscalation
Source§impl Default for LockEscalation
impl Default for LockEscalation
impl Eq for LockEscalation
Source§impl FromStr for LockEscalation
impl FromStr for LockEscalation
Source§impl Hash for LockEscalation
impl Hash for LockEscalation
Source§impl PartialEq for LockEscalation
impl PartialEq for LockEscalation
Source§fn eq(&self, other: &LockEscalation) -> bool
fn eq(&self, other: &LockEscalation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LockEscalation
Auto Trait Implementations§
impl Freeze for LockEscalation
impl RefUnwindSafe for LockEscalation
impl Send for LockEscalation
impl Sync for LockEscalation
impl Unpin for LockEscalation
impl UnsafeUnpin for LockEscalation
impl UnwindSafe for LockEscalation
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