pub enum RowLockStrength {
ForUpdate,
ForShare,
}Variants§
ForUpdate
Trait Implementations§
Source§impl Clone for RowLockStrength
impl Clone for RowLockStrength
Source§fn clone(&self) -> RowLockStrength
fn clone(&self) -> RowLockStrength
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 RowLockStrength
Source§impl Debug for RowLockStrength
impl Debug for RowLockStrength
impl Eq for RowLockStrength
Source§impl PartialEq for RowLockStrength
impl PartialEq for RowLockStrength
impl StructuralPartialEq for RowLockStrength
Auto Trait Implementations§
impl Freeze for RowLockStrength
impl RefUnwindSafe for RowLockStrength
impl Send for RowLockStrength
impl Sync for RowLockStrength
impl Unpin for RowLockStrength
impl UnsafeUnpin for RowLockStrength
impl UnwindSafe for RowLockStrength
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