pub type HasAllKeys<Lhs, Rhs> = HasAllKeysJsonb<Lhs, Rhs>;
Available on crate feature
postgres_backend
only.Aliased Type§
struct HasAllKeys<Lhs, Rhs>(pub HasAllKeysJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);
Fields§
§0: HasAllKeysJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>