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