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