pub struct surveyId;
Trait Implementations§
impl HasInputField<surveyId, Option<String>> for UpdateSurveyQuestionDataInput
Auto Trait Implementations§
impl Freeze for surveyId
impl RefUnwindSafe for surveyId
impl Send for surveyId
impl Sync for surveyId
impl Unpin for surveyId
impl UnwindSafe for surveyId
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