pub enum InlineResponse2013 {
Voice(TestSuiteTestVoice),
Chat(TestSuiteTestChat),
}Variants§
Voice(TestSuiteTestVoice)
Chat(TestSuiteTestChat)
Trait Implementations§
Source§impl Clone for InlineResponse2013
impl Clone for InlineResponse2013
Source§fn clone(&self) -> InlineResponse2013
fn clone(&self) -> InlineResponse2013
Returns a copy of the value. Read more
1.0.0 · 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 InlineResponse2013
impl Debug for InlineResponse2013
Source§impl Default for InlineResponse2013
impl Default for InlineResponse2013
Source§impl<'de> Deserialize<'de> for InlineResponse2013
impl<'de> Deserialize<'de> for InlineResponse2013
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 InlineResponse2013
impl PartialEq for InlineResponse2013
Source§impl Serialize for InlineResponse2013
impl Serialize for InlineResponse2013
impl StructuralPartialEq for InlineResponse2013
Auto Trait Implementations§
impl Freeze for InlineResponse2013
impl RefUnwindSafe for InlineResponse2013
impl Send for InlineResponse2013
impl Sync for InlineResponse2013
impl Unpin for InlineResponse2013
impl UnwindSafe for InlineResponse2013
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