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