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