pub struct SessionInputTextAnswerValue {
pub value: String,
}Expand description
Value captured for one answer.
Fields§
§value: StringTrait Implementations§
Source§impl Clone for SessionInputTextAnswerValue
impl Clone for SessionInputTextAnswerValue
Source§fn clone(&self) -> SessionInputTextAnswerValue
fn clone(&self) -> SessionInputTextAnswerValue
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 Debug for SessionInputTextAnswerValue
impl Debug for SessionInputTextAnswerValue
Source§impl<'de> Deserialize<'de> for SessionInputTextAnswerValue
impl<'de> Deserialize<'de> for SessionInputTextAnswerValue
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 SessionInputTextAnswerValue
impl PartialEq for SessionInputTextAnswerValue
Source§fn eq(&self, other: &SessionInputTextAnswerValue) -> bool
fn eq(&self, other: &SessionInputTextAnswerValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionInputTextAnswerValue
Auto Trait Implementations§
impl Freeze for SessionInputTextAnswerValue
impl RefUnwindSafe for SessionInputTextAnswerValue
impl Send for SessionInputTextAnswerValue
impl Sync for SessionInputTextAnswerValue
impl Unpin for SessionInputTextAnswerValue
impl UnsafeUnpin for SessionInputTextAnswerValue
impl UnwindSafe for SessionInputTextAnswerValue
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