Struct eth_state_client_lib::error::SerializeSnafu
source · pub struct SerializeSnafu;Expand description
SNAFU context selector for the StateServerError::SerializeError variant
Trait Implementations§
source§impl Clone for SerializeSnafu
impl Clone for SerializeSnafu
source§fn clone(&self) -> SerializeSnafu
fn clone(&self) -> SerializeSnafu
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 SerializeSnafu
impl Debug for SerializeSnafu
source§impl IntoError<StateServerError> for SerializeSnafuwhere
StateServerError: Error + ErrorCompat,
impl IntoError<StateServerError> for SerializeSnafuwhere 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 SerializeSnafu
Auto Trait Implementations§
impl RefUnwindSafe for SerializeSnafu
impl Send for SerializeSnafu
impl Sync for SerializeSnafu
impl Unpin for SerializeSnafu
impl UnwindSafe for SerializeSnafu
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