Struct CodePointInversionListULE
struct CodePointInversionListULE { ... }
VarULE type for CodePointInversionList. See CodePointInversionList for documentation.
Implementations
impl Debug for CodePointInversionListULE
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for CodePointInversionListULE
impl Freeze for CodePointInversionListULE
impl PartialEq for CodePointInversionListULE
fn eq(self: &Self, other: &Self) -> bool
impl RefUnwindSafe for CodePointInversionListULE
impl Send for CodePointInversionListULE
impl Sized for CodePointInversionListULE
impl Sync for CodePointInversionListULE
impl Unpin for CodePointInversionListULE
impl UnsafeUnpin for CodePointInversionListULE
impl UnwindSafe for CodePointInversionListULE
impl VarULE for CodePointInversionListULE
fn validate_bytes(bytes: &[u8]) -> Result<(), UleError>unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self
impl<T> Any for CodePointInversionListULE
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CodePointInversionListULE
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CodePointInversionListULE
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> EncodeAsVarULE for CodePointInversionListULE
fn encode_var_ule_as_slices<R>(self: &Self, cb: impl FnOnce(&[&[u8]]) -> R) -> R