Struct minerva_dispatch::error::AckSnafu
source · [−]struct AckSnafu<__T0> {
consumer_name: __T0,
}
Expand description
SNAFU context selector for the DispatchError::Ack
variant
Fields
consumer_name: __T0
Implementations
Trait Implementations
sourceimpl<__T0> IntoError<DispatchError> for AckSnafu<__T0>where
DispatchError: Error + ErrorCompat,
__T0: Into<String>,
impl<__T0> IntoError<DispatchError> for AckSnafu<__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 AckSnafu<__T0>
Auto Trait Implementations
impl<__T0> RefUnwindSafe for AckSnafu<__T0>where
__T0: RefUnwindSafe,
impl<__T0> Send for AckSnafu<__T0>where
__T0: Send,
impl<__T0> Sync for AckSnafu<__T0>where
__T0: Sync,
impl<__T0> Unpin for AckSnafu<__T0>where
__T0: Unpin,
impl<__T0> UnwindSafe for AckSnafu<__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