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