pub struct DispatchFailureBuilder { /* private fields */ }
Expand description
Builder for DispatchFailure
.
Implementations§
source§impl DispatchFailureBuilder
impl DispatchFailureBuilder
sourcepub fn source(self, source: impl Into<ConnectorError>) -> Self
pub fn source(self, source: impl Into<ConnectorError>) -> Self
Sets the error source.
sourcepub fn set_source(&mut self, source: Option<ConnectorError>) -> &mut Self
pub fn set_source(&mut self, source: Option<ConnectorError>) -> &mut Self
Sets the error source.
sourcepub fn build(self) -> DispatchFailure
pub fn build(self) -> DispatchFailure
Builds the error context.
Trait Implementations§
source§impl Debug for DispatchFailureBuilder
impl Debug for DispatchFailureBuilder
source§impl Default for DispatchFailureBuilder
impl Default for DispatchFailureBuilder
source§fn default() -> DispatchFailureBuilder
fn default() -> DispatchFailureBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DispatchFailureBuilder
impl !RefUnwindSafe for DispatchFailureBuilder
impl Send for DispatchFailureBuilder
impl Sync for DispatchFailureBuilder
impl Unpin for DispatchFailureBuilder
impl !UnwindSafe for DispatchFailureBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.