pub struct EncoderImpl<P: Primitive> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<P: Clone + Primitive> Clone for EncoderImpl<P>
impl<P: Clone + Primitive> Clone for EncoderImpl<P>
Source§fn clone(&self) -> EncoderImpl<P>
fn clone(&self) -> EncoderImpl<P>
Returns a duplicate 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<P: Primitive> Encoder for EncoderImpl<P>
impl<P: Primitive> Encoder for EncoderImpl<P>
fn encode(&self, fvs: &[FieldValue]) -> CoreResult<Vec<u8>>
fn encode_count(&self, count: u32) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl<P> Freeze for EncoderImpl<P>
impl<P> RefUnwindSafe for EncoderImpl<P>where
P: RefUnwindSafe,
impl<P> Send for EncoderImpl<P>
impl<P> Sync for EncoderImpl<P>
impl<P> Unpin for EncoderImpl<P>where
P: Unpin,
impl<P> UnwindSafe for EncoderImpl<P>where
P: UnwindSafe,
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