Struct Encoder
pub struct Encoder<C>(/* private fields */)
where
C: Case;
Expand description
Hex byte encoder.
Trait Implementations§
§impl<C> EncodeBytes for Encoder<C>where
C: Case,
impl<C> EncodeBytes for Encoder<C>where
C: Case,
Auto Trait Implementations§
impl<C> Freeze for Encoder<C>
impl<C> RefUnwindSafe for Encoder<C>where
C: RefUnwindSafe,
impl<C> Send for Encoder<C>where
C: Send,
impl<C> Sync for Encoder<C>where
C: Sync,
impl<C> Unpin for Encoder<C>where
C: Unpin,
impl<C> UnwindSafe for Encoder<C>where
C: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> 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
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