pub struct AudioParamCreatedEventParamsBuilder { /* private fields */ }Expand description
Builder for AudioParamCreatedEventParams.
Implementations§
Source§impl AudioParamCreatedEventParamsBuilder
impl AudioParamCreatedEventParamsBuilder
pub fn param(&mut self, value: AudioParam) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AudioParamCreatedEventParams, AudioParamCreatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<AudioParamCreatedEventParams, AudioParamCreatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for AudioParamCreatedEventParamsBuilder
impl Clone for AudioParamCreatedEventParamsBuilder
Source§fn clone(&self) -> AudioParamCreatedEventParamsBuilder
fn clone(&self) -> AudioParamCreatedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for AudioParamCreatedEventParamsBuilder
impl RefUnwindSafe for AudioParamCreatedEventParamsBuilder
impl Send for AudioParamCreatedEventParamsBuilder
impl Sync for AudioParamCreatedEventParamsBuilder
impl Unpin for AudioParamCreatedEventParamsBuilder
impl UnsafeUnpin for AudioParamCreatedEventParamsBuilder
impl UnwindSafe for AudioParamCreatedEventParamsBuilder
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