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