pub struct TimestampMicrosQCodec {}
Trait Implementations§
Source§impl Clone for TimestampMicrosQCodec
impl Clone for TimestampMicrosQCodec
Source§fn clone(&self) -> TimestampMicrosQCodec
fn clone(&self) -> TimestampMicrosQCodec
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 Codec for TimestampMicrosQCodec
impl Codec for TimestampMicrosQCodec
type P = TimestampMicros
fn compress_atoms(&self, primitives: &[TimestampMicros]) -> CoreResult<Vec<u8>>
fn decompress_atoms(&self, bytes: &[u8]) -> CoreResult<Vec<TimestampMicros>>
Auto Trait Implementations§
impl Freeze for TimestampMicrosQCodec
impl RefUnwindSafe for TimestampMicrosQCodec
impl Send for TimestampMicrosQCodec
impl Sync for TimestampMicrosQCodec
impl Unpin for TimestampMicrosQCodec
impl UnwindSafe for TimestampMicrosQCodec
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