pub struct SingleUserInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleUserInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleUserInput
impl HasInputField<selector, Option<UserSelectorUniqueInput>> for SingleUserInput
impl InputObjectMarker for SingleUserInput
Auto Trait Implementations§
impl Freeze for SingleUserInput
impl RefUnwindSafe for SingleUserInput
impl Send for SingleUserInput
impl Sync for SingleUserInput
impl Unpin for SingleUserInput
impl UnwindSafe for SingleUserInput
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