pub struct AuthUserSecurityKeysAggregateBoolExpCount {
pub arguments: Option<Vec<AuthUserSecurityKeysSelectColumn>>,
pub distinct: Option<bool>,
pub filter: Box<Option<AuthUserSecurityKeysBoolExp>>,
pub predicate: IntComparisonExp,
}Fields§
§arguments: Option<Vec<AuthUserSecurityKeysSelectColumn>>§distinct: Option<bool>§filter: Box<Option<AuthUserSecurityKeysBoolExp>>§predicate: IntComparisonExpTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthUserSecurityKeysAggregateBoolExpCount
impl RefUnwindSafe for AuthUserSecurityKeysAggregateBoolExpCount
impl Send for AuthUserSecurityKeysAggregateBoolExpCount
impl Sync for AuthUserSecurityKeysAggregateBoolExpCount
impl Unpin for AuthUserSecurityKeysAggregateBoolExpCount
impl UnsafeUnpin for AuthUserSecurityKeysAggregateBoolExpCount
impl UnwindSafe for AuthUserSecurityKeysAggregateBoolExpCount
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