pub enum TestIdBody {
Voice(UpdateTestSuiteTestVoiceDto),
Chat(UpdateTestSuiteTestChatDto),
}Variants§
Trait Implementations§
Source§impl Clone for TestIdBody
impl Clone for TestIdBody
Source§fn clone(&self) -> TestIdBody
fn clone(&self) -> TestIdBody
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 TestIdBody
impl Debug for TestIdBody
Source§impl Default for TestIdBody
impl Default for TestIdBody
Source§impl<'de> Deserialize<'de> for TestIdBody
impl<'de> Deserialize<'de> for TestIdBody
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 TestIdBody
impl PartialEq for TestIdBody
Source§impl Serialize for TestIdBody
impl Serialize for TestIdBody
impl StructuralPartialEq for TestIdBody
Auto Trait Implementations§
impl Freeze for TestIdBody
impl RefUnwindSafe for TestIdBody
impl Send for TestIdBody
impl Sync for TestIdBody
impl Unpin for TestIdBody
impl UnwindSafe for TestIdBody
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