Struct GeneralCategoryULE
struct GeneralCategoryULE(_)
ULE type for GeneralCategory
Implementations
impl Clone for GeneralCategoryULE
fn clone(self: &Self) -> GeneralCategoryULE
impl Copy for GeneralCategoryULE
impl Eq for GeneralCategoryULE
impl Freeze for GeneralCategoryULE
impl Ord for GeneralCategoryULE
fn cmp(self: &Self, other: &GeneralCategoryULE) -> Ordering
impl PartialEq for GeneralCategoryULE
fn eq(self: &Self, other: &GeneralCategoryULE) -> bool
impl PartialOrd for GeneralCategoryULE
fn partial_cmp(self: &Self, other: &GeneralCategoryULE) -> Option<Ordering>
impl RefUnwindSafe for GeneralCategoryULE
impl Send for GeneralCategoryULE
impl StructuralPartialEq for GeneralCategoryULE
impl Sync for GeneralCategoryULE
impl ULE for GeneralCategoryULE
fn validate_bytes(bytes: &[u8]) -> Result<(), UleError>
impl Unpin for GeneralCategoryULE
impl UnsafeUnpin for GeneralCategoryULE
impl UnwindSafe for GeneralCategoryULE
impl<T> Any for GeneralCategoryULE
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for GeneralCategoryULE
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for GeneralCategoryULE
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for GeneralCategoryULE
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> ErasedDestructor for GeneralCategoryULE
impl<T> From for GeneralCategoryULE
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for GeneralCategoryULE
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for GeneralCategoryULE
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for GeneralCategoryULE
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for GeneralCategoryULE
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>