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