pub enum SqlPredicate {
UnscopedUpdate,
UnscopedDelete,
}Variants§
Trait Implementations§
Source§impl Clone for SqlPredicate
impl Clone for SqlPredicate
Source§fn clone(&self) -> SqlPredicate
fn clone(&self) -> SqlPredicate
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 SqlPredicate
Auto Trait Implementations§
impl Freeze for SqlPredicate
impl RefUnwindSafe for SqlPredicate
impl Send for SqlPredicate
impl Sync for SqlPredicate
impl Unpin for SqlPredicate
impl UnsafeUnpin for SqlPredicate
impl UnwindSafe for SqlPredicate
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