pub struct ElicitPrediction;
Trait Implementations§
Source§impl HasField<__typename> for ElicitPrediction
impl HasField<__typename> for ElicitPrediction
Source§impl HasField<_id> for ElicitPrediction
impl HasField<_id> for ElicitPrediction
Source§impl HasField<binaryQuestionId> for ElicitPrediction
impl HasField<binaryQuestionId> for ElicitPrediction
Source§impl HasField<createdAt> for ElicitPrediction
impl HasField<createdAt> for ElicitPrediction
Source§impl HasField<creator> for ElicitPrediction
impl HasField<creator> for ElicitPrediction
Source§type Type = Option<ElicitUser>
type Type = Option<ElicitUser>
The schema marker type of this field.
Source§impl HasField<notes> for ElicitPrediction
impl HasField<notes> for ElicitPrediction
Source§impl HasField<prediction> for ElicitPrediction
impl HasField<prediction> for ElicitPrediction
Source§impl HasField<predictionId> for ElicitPrediction
impl HasField<predictionId> for ElicitPrediction
Source§impl HasField<sourceId> for ElicitPrediction
impl HasField<sourceId> for ElicitPrediction
Source§impl HasField<sourceUrl> for ElicitPrediction
impl HasField<sourceUrl> for ElicitPrediction
Auto Trait Implementations§
impl Freeze for ElicitPrediction
impl RefUnwindSafe for ElicitPrediction
impl Send for ElicitPrediction
impl Sync for ElicitPrediction
impl Unpin for ElicitPrediction
impl UnwindSafe for ElicitPrediction
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