pub struct DeleteTranscriptionJobRequest {
pub transcription_job_name: String,
}Fields§
§transcription_job_name: StringThe name of the transcription job to be deleted.
Trait Implementations§
Source§impl Clone for DeleteTranscriptionJobRequest
impl Clone for DeleteTranscriptionJobRequest
Source§fn clone(&self) -> DeleteTranscriptionJobRequest
fn clone(&self) -> DeleteTranscriptionJobRequest
Returns a duplicate 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 Default for DeleteTranscriptionJobRequest
impl Default for DeleteTranscriptionJobRequest
Source§fn default() -> DeleteTranscriptionJobRequest
fn default() -> DeleteTranscriptionJobRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteTranscriptionJobRequest
impl PartialEq for DeleteTranscriptionJobRequest
Source§fn eq(&self, other: &DeleteTranscriptionJobRequest) -> bool
fn eq(&self, other: &DeleteTranscriptionJobRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteTranscriptionJobRequest
Auto Trait Implementations§
impl Freeze for DeleteTranscriptionJobRequest
impl RefUnwindSafe for DeleteTranscriptionJobRequest
impl Send for DeleteTranscriptionJobRequest
impl Sync for DeleteTranscriptionJobRequest
impl Unpin for DeleteTranscriptionJobRequest
impl UnwindSafe for DeleteTranscriptionJobRequest
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