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