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