pub struct QueryConstraint { /* private fields */ }Expand description
Represents a single constraint produced by helpers such as order_by_child()
(packages/database/src/api/Reference_impl.ts).
Trait Implementations§
Source§impl Clone for QueryConstraint
impl Clone for QueryConstraint
Source§fn clone(&self) -> QueryConstraint
fn clone(&self) -> QueryConstraint
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for QueryConstraint
impl RefUnwindSafe for QueryConstraint
impl Send for QueryConstraint
impl Sync for QueryConstraint
impl Unpin for QueryConstraint
impl UnwindSafe for QueryConstraint
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