Struct eth_state_client_lib::error::TransportSnafu
source · pub struct TransportSnafu;Expand description
SNAFU context selector for the StateServerError::TransportError variant
Trait Implementations§
source§impl Clone for TransportSnafu
impl Clone for TransportSnafu
source§fn clone(&self) -> TransportSnafu
fn clone(&self) -> TransportSnafu
Returns a copy 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 Debug for TransportSnafu
impl Debug for TransportSnafu
source§impl IntoError<StateServerError> for TransportSnafuwhere
StateServerError: Error + ErrorCompat,
impl IntoError<StateServerError> for TransportSnafuwhere StateServerError: Error + ErrorCompat,
source§fn into_error(self, error: Self::Source) -> StateServerError
fn into_error(self, error: Self::Source) -> StateServerError
Combine the information to produce the error
impl Copy for TransportSnafu
Auto Trait Implementations§
impl RefUnwindSafe for TransportSnafu
impl Send for TransportSnafu
impl Sync for TransportSnafu
impl Unpin for TransportSnafu
impl UnwindSafe for TransportSnafu
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>
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>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request