pub struct DictEncoded {
pub data: Vec<u8>,
pub extra: Vec<u8>,
pub type_code: u8,
pub flags_bits: u8,
}Fields§
§data: Vec<u8>§extra: Vec<u8>§type_code: u8§flags_bits: u8Implementations§
Source§impl DictEncoded
impl DictEncoded
pub fn into_plain_encoded(self) -> PlainEncoded
Auto Trait Implementations§
impl Freeze for DictEncoded
impl RefUnwindSafe for DictEncoded
impl Send for DictEncoded
impl Sync for DictEncoded
impl Unpin for DictEncoded
impl UnsafeUnpin for DictEncoded
impl UnwindSafe for DictEncoded
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