Struct CodePointInversionListAndStringListULE

struct CodePointInversionListAndStringListULE { ... }

VarULE type for CodePointInversionListAndStringList. See CodePointInversionListAndStringList for documentation.

Implementations

impl CodePointInversionListAndStringListULE

fn cp_inv_list<'a>(self: &'a Self) -> &'a CodePointInversionListULE

Access the VarULE type behind the unsized cp_inv_list field

fn str_list<'a>(self: &'a Self) -> &'a VarZeroSlice<str>

Access the VarULE type behind the unsized str_list field

impl Debug for CodePointInversionListAndStringListULE

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for CodePointInversionListAndStringListULE

impl Freeze for CodePointInversionListAndStringListULE

impl PartialEq for CodePointInversionListAndStringListULE

fn eq(self: &Self, other: &Self) -> bool

impl RefUnwindSafe for CodePointInversionListAndStringListULE

impl Send for CodePointInversionListAndStringListULE

impl Sized for CodePointInversionListAndStringListULE

impl Sync for CodePointInversionListAndStringListULE

impl Unpin for CodePointInversionListAndStringListULE

impl UnsafeUnpin for CodePointInversionListAndStringListULE

impl UnwindSafe for CodePointInversionListAndStringListULE

impl VarULE for CodePointInversionListAndStringListULE

fn validate_bytes(bytes: &[u8]) -> Result<(), UleError>
unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self

impl<T> Any for CodePointInversionListAndStringListULE

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CodePointInversionListAndStringListULE

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for CodePointInversionListAndStringListULE

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> EncodeAsVarULE for CodePointInversionListAndStringListULE

fn encode_var_ule_as_slices<R>(self: &Self, cb: impl FnOnce(&[&[u8]]) -> R) -> R