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