pub enum General {
Letter(Letter),
Mark(Mark),
Number(Number),
Punctuation(Punctuation),
Symbol(Symbol),
Separator(Separator),
Other(Other),
}Variants§
Letter(Letter)
Mark(Mark)
Number(Number)
Punctuation(Punctuation)
Symbol(Symbol)
Separator(Separator)
Other(Other)
Trait Implementations§
impl Copy for General
impl Eq for General
impl StructuralPartialEq for General
Auto Trait Implementations§
impl Freeze for General
impl RefUnwindSafe for General
impl Send for General
impl Sync for General
impl Unpin for General
impl UnwindSafe for General
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