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