pub struct CreateElicitQuestionInput;
Trait Implementations§
impl HasInputField<data, CreateElicitQuestionDataInput> for CreateElicitQuestionInput
impl InputObjectMarker for CreateElicitQuestionInput
Auto Trait Implementations§
impl Freeze for CreateElicitQuestionInput
impl RefUnwindSafe for CreateElicitQuestionInput
impl Send for CreateElicitQuestionInput
impl Sync for CreateElicitQuestionInput
impl Unpin for CreateElicitQuestionInput
impl UnwindSafe for CreateElicitQuestionInput
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