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