pub struct SingleSurveyScheduleOutput;
Trait Implementations§
Source§impl HasField<result> for SingleSurveyScheduleOutput
impl HasField<result> for SingleSurveyScheduleOutput
Source§type Type = Option<SurveySchedule>
type Type = Option<SurveySchedule>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleSurveyScheduleOutput
impl RefUnwindSafe for SingleSurveyScheduleOutput
impl Send for SingleSurveyScheduleOutput
impl Sync for SingleSurveyScheduleOutput
impl Unpin for SingleSurveyScheduleOutput
impl UnwindSafe for SingleSurveyScheduleOutput
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