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