enum Consonant {
NC = 0,
AC = 1,
RC = 2,
DC = 3,
NotConsonant = 4,
}
Variants§
Trait Implementations§
impl Copy for Consonant
impl StructuralPartialEq for Consonant
Auto Trait Implementations§
impl Freeze for Consonant
impl RefUnwindSafe for Consonant
impl Send for Consonant
impl Sync for Consonant
impl Unpin for Consonant
impl UnwindSafe for Consonant
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