pub struct IndexConstraint<'a>(/* private fields */);Available on crate feature
vtab only.Expand description
WHERE clause constraint.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IndexConstraint<'a>
impl<'a> RefUnwindSafe for IndexConstraint<'a>
impl<'a> Send for IndexConstraint<'a>
impl<'a> Sync for IndexConstraint<'a>
impl<'a> Unpin for IndexConstraint<'a>
impl<'a> UnwindSafe for IndexConstraint<'a>
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