pub struct PakQueryIntersection(/* private fields */);
Trait Implementations§
Source§impl<B> BitAnd<B> for PakQueryIntersectionwhere
B: PakQueryExpression + 'static,
impl<B> BitAnd<B> for PakQueryIntersectionwhere
B: PakQueryExpression + 'static,
Source§impl<B> BitOr<B> for PakQueryIntersectionwhere
B: PakQueryExpression + 'static,
impl<B> BitOr<B> for PakQueryIntersectionwhere
B: PakQueryExpression + 'static,
Auto Trait Implementations§
impl Freeze for PakQueryIntersection
impl !RefUnwindSafe for PakQueryIntersection
impl !Send for PakQueryIntersection
impl !Sync for PakQueryIntersection
impl Unpin for PakQueryIntersection
impl !UnwindSafe for PakQueryIntersection
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