pub struct VoiceDeleteRequest {
pub key: String,
/* private fields */
}Expand description
Voice delete request using JSON body
Fields§
§key: StringImplementations§
Trait Implementations§
Source§impl HttpClient for VoiceDeleteRequest
impl HttpClient for VoiceDeleteRequest
type Body = VoiceDeleteBody
type ApiUrl = &'static str
type ApiKey = String
fn api_url(&self) -> &Self::ApiUrl
fn api_key(&self) -> &Self::ApiKey
fn body(&self) -> &Self::Body
Source§fn http_config(&self) -> Arc<HttpClientConfig>
fn http_config(&self) -> Arc<HttpClientConfig>
Get HTTP client configuration for this request Read more
Auto Trait Implementations§
impl Freeze for VoiceDeleteRequest
impl RefUnwindSafe for VoiceDeleteRequest
impl Send for VoiceDeleteRequest
impl Sync for VoiceDeleteRequest
impl Unpin for VoiceDeleteRequest
impl UnsafeUnpin for VoiceDeleteRequest
impl UnwindSafe for VoiceDeleteRequest
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