pub struct SessionInputSelectedManyAnswerValue {
pub value: Vec<String>,
pub freeform_values: Option<Vec<String>>,
}Fields§
§value: Vec<String>§freeform_values: Option<Vec<String>>Free-form text entered in addition to selected options
Trait Implementations§
Source§impl Clone for SessionInputSelectedManyAnswerValue
impl Clone for SessionInputSelectedManyAnswerValue
Source§fn clone(&self) -> SessionInputSelectedManyAnswerValue
fn clone(&self) -> SessionInputSelectedManyAnswerValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SessionInputSelectedManyAnswerValue
impl<'de> Deserialize<'de> for SessionInputSelectedManyAnswerValue
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
Source§impl PartialEq for SessionInputSelectedManyAnswerValue
impl PartialEq for SessionInputSelectedManyAnswerValue
Source§fn eq(&self, other: &SessionInputSelectedManyAnswerValue) -> bool
fn eq(&self, other: &SessionInputSelectedManyAnswerValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionInputSelectedManyAnswerValue
Auto Trait Implementations§
impl Freeze for SessionInputSelectedManyAnswerValue
impl RefUnwindSafe for SessionInputSelectedManyAnswerValue
impl Send for SessionInputSelectedManyAnswerValue
impl Sync for SessionInputSelectedManyAnswerValue
impl Unpin for SessionInputSelectedManyAnswerValue
impl UnsafeUnpin for SessionInputSelectedManyAnswerValue
impl UnwindSafe for SessionInputSelectedManyAnswerValue
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