#[non_exhaustive]pub struct AutoTuneDetailsBuilder { /* private fields */ }
Expand description
A builder for AutoTuneDetails
.
Implementations§
source§impl AutoTuneDetailsBuilder
impl AutoTuneDetailsBuilder
sourcepub fn scheduled_auto_tune_details(
self,
input: ScheduledAutoTuneDetails
) -> Self
pub fn scheduled_auto_tune_details( self, input: ScheduledAutoTuneDetails ) -> Self
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
sourcepub fn set_scheduled_auto_tune_details(
self,
input: Option<ScheduledAutoTuneDetails>
) -> Self
pub fn set_scheduled_auto_tune_details( self, input: Option<ScheduledAutoTuneDetails> ) -> Self
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
sourcepub fn get_scheduled_auto_tune_details(
&self
) -> &Option<ScheduledAutoTuneDetails>
pub fn get_scheduled_auto_tune_details( &self ) -> &Option<ScheduledAutoTuneDetails>
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
sourcepub fn build(self) -> AutoTuneDetails
pub fn build(self) -> AutoTuneDetails
Consumes the builder and constructs a AutoTuneDetails
.
Trait Implementations§
source§impl Clone for AutoTuneDetailsBuilder
impl Clone for AutoTuneDetailsBuilder
source§fn clone(&self) -> AutoTuneDetailsBuilder
fn clone(&self) -> AutoTuneDetailsBuilder
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 AutoTuneDetailsBuilder
impl Debug for AutoTuneDetailsBuilder
source§impl Default for AutoTuneDetailsBuilder
impl Default for AutoTuneDetailsBuilder
source§fn default() -> AutoTuneDetailsBuilder
fn default() -> AutoTuneDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AutoTuneDetailsBuilder
impl PartialEq for AutoTuneDetailsBuilder
source§fn eq(&self, other: &AutoTuneDetailsBuilder) -> bool
fn eq(&self, other: &AutoTuneDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoTuneDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AutoTuneDetailsBuilder
impl Send for AutoTuneDetailsBuilder
impl Sync for AutoTuneDetailsBuilder
impl Unpin for AutoTuneDetailsBuilder
impl UnwindSafe for AutoTuneDetailsBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.