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