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