pub enum Utf8EncodingType {
LengthDelimitedBaseMTransduction,
BitPacking,
}Variants§
Trait Implementations§
Source§impl Clone for Utf8EncodingType
impl Clone for Utf8EncodingType
Source§fn clone(&self) -> Utf8EncodingType
fn clone(&self) -> Utf8EncodingType
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 Debug for Utf8EncodingType
impl Debug for Utf8EncodingType
Source§impl PartialEq for Utf8EncodingType
impl PartialEq for Utf8EncodingType
impl Copy for Utf8EncodingType
impl Eq for Utf8EncodingType
impl StructuralPartialEq for Utf8EncodingType
Auto Trait Implementations§
impl Freeze for Utf8EncodingType
impl RefUnwindSafe for Utf8EncodingType
impl Send for Utf8EncodingType
impl Sync for Utf8EncodingType
impl Unpin for Utf8EncodingType
impl UnsafeUnpin for Utf8EncodingType
impl UnwindSafe for Utf8EncodingType
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