pub struct TextAnswers {
pub answers: Vec<TextAnswer>,
}Expand description
A collection of text answer values (may be more than one for checkboxes).
Fields§
§answers: Vec<TextAnswer>Trait Implementations§
Source§impl Clone for TextAnswers
impl Clone for TextAnswers
Source§fn clone(&self) -> TextAnswers
fn clone(&self) -> TextAnswers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextAnswers
impl Debug for TextAnswers
Source§impl<'de> Deserialize<'de> for TextAnswers
impl<'de> Deserialize<'de> for TextAnswers
Source§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 Freeze for TextAnswers
impl RefUnwindSafe for TextAnswers
impl Send for TextAnswers
impl Sync for TextAnswers
impl Unpin for TextAnswers
impl UnsafeUnpin for TextAnswers
impl UnwindSafe for TextAnswers
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