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