diesel::helper_types

Type Alias HasAllKeys

source
pub type HasAllKeys<Lhs, Rhs> = HasAllKeysJsonb<Lhs, Rhs>;

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>