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