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