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