pub struct GetExceptionDetailsBuilder { /* private fields */ }Implementations§
Source§impl GetExceptionDetailsBuilder
impl GetExceptionDetailsBuilder
pub fn error_object_id(self, error_object_id: impl Into<RemoteObjectId>) -> Self
pub fn build(self) -> Result<GetExceptionDetails, String>
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 moreSource§impl Default for GetExceptionDetailsBuilder
impl Default for GetExceptionDetailsBuilder
Source§fn default() -> GetExceptionDetailsBuilder
fn default() -> GetExceptionDetailsBuilder
Returns the “default value” for a type. Read more
Auto 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