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