pub struct CustomerCountSort;Trait Implementations§
impl HasInputField<nulls, Option<PaginationNulls>> for CustomerCountSort
impl HasInputField<order, Option<PaginationSortOrder>> for CustomerCountSort
impl InputObjectMarker for CustomerCountSort
Auto Trait Implementations§
impl Freeze for CustomerCountSort
impl RefUnwindSafe for CustomerCountSort
impl Send for CustomerCountSort
impl Sync for CustomerCountSort
impl Unpin for CustomerCountSort
impl UnwindSafe for CustomerCountSort
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