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