pub struct GetExceptionDetailsBuilder { /* private fields */ }Expand description
Builder for GetExceptionDetails.
Implementations§
Source§impl GetExceptionDetailsBuilder
impl GetExceptionDetailsBuilder
Sourcepub fn error_object_id<VALUE: Into<RemoteObjectId>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn error_object_id<VALUE: Into<RemoteObjectId>>( &mut self, value: VALUE, ) -> &mut Self
The error object for which to resolve the exception details.
Sourcepub fn build(
&self,
) -> Result<GetExceptionDetails, GetExceptionDetailsBuilderError>
pub fn build( &self, ) -> Result<GetExceptionDetails, GetExceptionDetailsBuilderError>
Trait Implementations§
Source§impl Clone for GetExceptionDetailsBuilder
impl Clone for GetExceptionDetailsBuilder
Source§fn clone(&self) -> GetExceptionDetailsBuilder
fn clone(&self) -> GetExceptionDetailsBuilder
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 GetExceptionDetailsBuilder
impl RefUnwindSafe for GetExceptionDetailsBuilder
impl Send for GetExceptionDetailsBuilder
impl Sync for GetExceptionDetailsBuilder
impl Unpin for GetExceptionDetailsBuilder
impl UnsafeUnpin for GetExceptionDetailsBuilder
impl UnwindSafe for GetExceptionDetailsBuilder
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