Struct minerva_dispatch::error::DeliverySnafu
source · [−]struct DeliverySnafu<__T0> {
consumer_name: __T0,
}
Expand description
SNAFU context selector for the DispatchError::Delivery
variant
Fields
consumer_name: __T0
Implementations
sourceimpl<__T0> DeliverySnafu<__T0>
impl<__T0> DeliverySnafu<__T0>
Trait Implementations
sourceimpl<__T0: Clone> Clone for DeliverySnafu<__T0>
impl<__T0: Clone> Clone for DeliverySnafu<__T0>
sourcefn clone(&self) -> DeliverySnafu<__T0>
fn clone(&self) -> DeliverySnafu<__T0>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<__T0: Debug> Debug for DeliverySnafu<__T0>
impl<__T0: Debug> Debug for DeliverySnafu<__T0>
sourceimpl<__T0> IntoError<DispatchError> for DeliverySnafu<__T0>where
DispatchError: Error + ErrorCompat,
__T0: Into<String>,
impl<__T0> IntoError<DispatchError> for DeliverySnafu<__T0>where
DispatchError: Error + ErrorCompat,
__T0: Into<String>,
type Source = NoneError
type Source = NoneError
The underlying error
sourcefn into_error(self, error: Self::Source) -> DispatchError
fn into_error(self, error: Self::Source) -> DispatchError
Combine the information to produce the error
impl<__T0: Copy> Copy for DeliverySnafu<__T0>
Auto Trait Implementations
impl<__T0> RefUnwindSafe for DeliverySnafu<__T0>where
__T0: RefUnwindSafe,
impl<__T0> Send for DeliverySnafu<__T0>where
__T0: Send,
impl<__T0> Sync for DeliverySnafu<__T0>where
__T0: Sync,
impl<__T0> Unpin for DeliverySnafu<__T0>where
__T0: Unpin,
impl<__T0> UnwindSafe for DeliverySnafu<__T0>where
__T0: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.fn mapped<U, F, A>(self, f: F) -> SmallVec<A>where
F: FnMut(T) -> U,
A: Array<Item = U>,
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request