Struct sea_query::query::LockClause
source · pub struct LockClause { /* private fields */ }
Trait Implementations§
source§impl Clone for LockClause
impl Clone for LockClause
source§fn clone(&self) -> LockClause
fn clone(&self) -> LockClause
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 LockClause
impl Debug for LockClause
source§impl PartialEq<LockClause> for LockClause
impl PartialEq<LockClause> for LockClause
source§fn eq(&self, other: &LockClause) -> bool
fn eq(&self, other: &LockClause) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LockClause
Auto Trait Implementations§
impl !RefUnwindSafe for LockClause
impl Send for LockClause
impl Sync for LockClause
impl Unpin for LockClause
impl !UnwindSafe for LockClause
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