pub enum CodepointType {
Unspecified,
Unicode,
Indexed,
Iconographic,
}Variants§
Trait Implementations§
Source§impl Clone for CodepointType
impl Clone for CodepointType
Source§fn clone(&self) -> CodepointType
fn clone(&self) -> CodepointType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CodepointType
impl Debug for CodepointType
Source§impl Default for CodepointType
impl Default for CodepointType
Source§impl From<u32> for CodepointType
impl From<u32> for CodepointType
Source§impl PartialEq for CodepointType
impl PartialEq for CodepointType
impl Copy for CodepointType
impl Eq for CodepointType
impl StructuralPartialEq for CodepointType
Auto Trait Implementations§
impl Freeze for CodepointType
impl RefUnwindSafe for CodepointType
impl Send for CodepointType
impl Sync for CodepointType
impl Unpin for CodepointType
impl UnwindSafe for CodepointType
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