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