#[repr(u8)]pub enum SliceFlagsTypeEncoding {
NoTypeId = 0,
StringTypeId = 1,
IndexTypeId = 2,
CompactTypeId = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SliceFlagsTypeEncoding
impl Clone for SliceFlagsTypeEncoding
Source§fn clone(&self) -> SliceFlagsTypeEncoding
fn clone(&self) -> SliceFlagsTypeEncoding
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 SliceFlagsTypeEncoding
impl Debug for SliceFlagsTypeEncoding
Source§impl PartialEq for SliceFlagsTypeEncoding
impl PartialEq for SliceFlagsTypeEncoding
Source§impl TryFrom<u8> for SliceFlagsTypeEncoding
impl TryFrom<u8> for SliceFlagsTypeEncoding
Source§type Error = TryFromPrimitiveError<SliceFlagsTypeEncoding>
type Error = TryFromPrimitiveError<SliceFlagsTypeEncoding>
The type returned in the event of a conversion error.
impl Eq for SliceFlagsTypeEncoding
impl StructuralPartialEq for SliceFlagsTypeEncoding
Auto Trait Implementations§
impl Freeze for SliceFlagsTypeEncoding
impl RefUnwindSafe for SliceFlagsTypeEncoding
impl Send for SliceFlagsTypeEncoding
impl Sync for SliceFlagsTypeEncoding
impl Unpin for SliceFlagsTypeEncoding
impl UnwindSafe for SliceFlagsTypeEncoding
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