pub struct ChatInputSkipped {
pub freeform_values: Option<Vec<String>>,
}Fields§
§freeform_values: Option<Vec<String>>Free-form reason or value captured while skipping, if any
Trait Implementations§
Source§impl Clone for ChatInputSkipped
impl Clone for ChatInputSkipped
Source§fn clone(&self) -> ChatInputSkipped
fn clone(&self) -> ChatInputSkipped
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 ChatInputSkipped
impl Debug for ChatInputSkipped
Source§impl Default for ChatInputSkipped
impl Default for ChatInputSkipped
Source§fn default() -> ChatInputSkipped
fn default() -> ChatInputSkipped
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatInputSkipped
impl<'de> Deserialize<'de> for ChatInputSkipped
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 ChatInputSkipped
impl PartialEq for ChatInputSkipped
Source§fn eq(&self, other: &ChatInputSkipped) -> bool
fn eq(&self, other: &ChatInputSkipped) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChatInputSkipped
impl Serialize for ChatInputSkipped
impl StructuralPartialEq for ChatInputSkipped
Auto Trait Implementations§
impl Freeze for ChatInputSkipped
impl RefUnwindSafe for ChatInputSkipped
impl Send for ChatInputSkipped
impl Sync for ChatInputSkipped
impl Unpin for ChatInputSkipped
impl UnsafeUnpin for ChatInputSkipped
impl UnwindSafe for ChatInputSkipped
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