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