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