pub struct CategoryCode(/* private fields */);Expand description
Dictionary-encoded category code (u32). Never treated as a magnitude.
Implementations§
Trait Implementations§
Source§impl Clone for CategoryCode
impl Clone for CategoryCode
Source§fn clone(&self) -> CategoryCode
fn clone(&self) -> CategoryCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CategoryCode
Source§impl Debug for CategoryCode
impl Debug for CategoryCode
impl Eq for CategoryCode
Source§impl Hash for CategoryCode
impl Hash for CategoryCode
Source§impl Ord for CategoryCode
impl Ord for CategoryCode
Source§fn cmp(&self, other: &CategoryCode) -> Ordering
fn cmp(&self, other: &CategoryCode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CategoryCode
impl PartialEq for CategoryCode
Source§impl PartialOrd for CategoryCode
impl PartialOrd for CategoryCode
impl StructuralPartialEq for CategoryCode
Auto Trait Implementations§
impl Freeze for CategoryCode
impl RefUnwindSafe for CategoryCode
impl Send for CategoryCode
impl Sync for CategoryCode
impl Unpin for CategoryCode
impl UnsafeUnpin for CategoryCode
impl UnwindSafe for CategoryCode
Blanket Implementations§
impl<T> Allocation for T
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