Struct typeform_rs::AnswerField [−][src]
pub struct AnswerField {
pub id: String,
pub _type: String,
pub _ref: String,
pub title: Option<String>,
}Fields
id: StringThe unique id of the form field the answer refers to.
_type: StringThe field’s type in the original form.
_ref: StringThe reference for the question the answer relates to. Use the ref value to match answers with questions. The Responses payload only includes ref for the fields where you specified them when you created the form.
title: Option<String>The form field’s title which the answer is related to.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnswerField
impl Send for AnswerField
impl Sync for AnswerField
impl Unpin for AnswerField
impl UnwindSafe for AnswerField
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more