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