pub struct surveySchedule;
Trait Implementations§
Source§impl Field for surveySchedule
impl Field for surveySchedule
Source§impl HasField<surveySchedule> for SurveyResponse
impl HasField<surveySchedule> for SurveyResponse
Source§type Type = Option<SurveySchedule>
type Type = Option<SurveySchedule>
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