pub enum Contents {
Char(char),
U22(U22),
}
Expand description
The contents of a PackedChar
.
Returned from PackedChar::contents
.
Variants§
Trait Implementations§
Source§impl Ord for Contents
impl Ord for Contents
Source§impl PartialOrd for Contents
impl PartialOrd for Contents
impl Copy for Contents
impl Eq for Contents
impl StructuralPartialEq for Contents
Auto Trait Implementations§
impl Freeze for Contents
impl RefUnwindSafe for Contents
impl Send for Contents
impl Sync for Contents
impl Unpin for Contents
impl UnwindSafe for Contents
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