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