pub struct UserSortInput;Trait Implementations§
impl HasInputField<displayName, Option<UserDisplayNameSort>> for UserSortInput
impl HasInputField<name, Option<UserNameSort>> for UserSortInput
impl InputObjectMarker for UserSortInput
Auto Trait Implementations§
impl Freeze for UserSortInput
impl RefUnwindSafe for UserSortInput
impl Send for UserSortInput
impl Sync for UserSortInput
impl Unpin for UserSortInput
impl UnwindSafe for UserSortInput
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