pub struct UpdateVoiceConsentRequestArgs { /* private fields */ }Available on crate feature
audio-types only.Expand description
Builder for UpdateVoiceConsentRequest.
Implementations§
Source§impl UpdateVoiceConsentRequestArgs
impl UpdateVoiceConsentRequestArgs
Sourcepub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
The updated label for this consent recording.
Sourcepub fn build(&self) -> Result<UpdateVoiceConsentRequest, OpenAIError>
pub fn build(&self) -> Result<UpdateVoiceConsentRequest, OpenAIError>
Trait Implementations§
Source§impl Clone for UpdateVoiceConsentRequestArgs
impl Clone for UpdateVoiceConsentRequestArgs
Source§fn clone(&self) -> UpdateVoiceConsentRequestArgs
fn clone(&self) -> UpdateVoiceConsentRequestArgs
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateVoiceConsentRequestArgs
impl RefUnwindSafe for UpdateVoiceConsentRequestArgs
impl Send for UpdateVoiceConsentRequestArgs
impl Sync for UpdateVoiceConsentRequestArgs
impl Unpin for UpdateVoiceConsentRequestArgs
impl UnwindSafe for UpdateVoiceConsentRequestArgs
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)