pub struct SinksUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for SinksUpdatedEventParams.
Implementations§
Source§impl SinksUpdatedEventParamsBuilder
impl SinksUpdatedEventParamsBuilder
pub fn sinks(&mut self, value: Vec<Sink>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SinksUpdatedEventParams, SinksUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<SinksUpdatedEventParams, SinksUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for SinksUpdatedEventParamsBuilder
impl Clone for SinksUpdatedEventParamsBuilder
Source§fn clone(&self) -> SinksUpdatedEventParamsBuilder
fn clone(&self) -> SinksUpdatedEventParamsBuilder
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 SinksUpdatedEventParamsBuilder
impl RefUnwindSafe for SinksUpdatedEventParamsBuilder
impl Send for SinksUpdatedEventParamsBuilder
impl Sync for SinksUpdatedEventParamsBuilder
impl Unpin for SinksUpdatedEventParamsBuilder
impl UnsafeUnpin for SinksUpdatedEventParamsBuilder
impl UnwindSafe for SinksUpdatedEventParamsBuilder
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