pub struct surveySchedule;
Trait Implementations§
Source§impl Field for surveySchedule
impl Field for surveySchedule
Source§impl HasArgument<input> for surveySchedule
impl HasArgument<input> for surveySchedule
Source§type ArgumentType = Option<SingleSurveyScheduleInput>
type ArgumentType = Option<SingleSurveyScheduleInput>
The schema marker type of this argument.
Source§impl HasField<surveySchedule> for Query
impl HasField<surveySchedule> for Query
Source§type Type = Option<SingleSurveyScheduleOutput>
type Type = Option<SingleSurveyScheduleOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for surveySchedule
impl RefUnwindSafe for surveySchedule
impl Send for surveySchedule
impl Sync for surveySchedule
impl Unpin for surveySchedule
impl UnwindSafe for surveySchedule
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