pub struct Hiragana(/* private fields */);
Expand description
A Hiragana character, from あ to ん.
These are learned first by Japanese school children and foreign learners,
and are used most often for grammatical word endings and prepositions. Some
women’s first names are written purely in Hiragana, as the characters
themselves have a soft, flowing feel to them (very much unlike the blocky,
angular Katakana
).
Implementations§
Source§impl Hiragana
impl Hiragana
Trait Implementations§
Source§impl Ord for Hiragana
impl Ord for Hiragana
Source§impl PartialOrd for Hiragana
impl PartialOrd for Hiragana
impl Copy for Hiragana
impl Eq for Hiragana
impl StructuralPartialEq for Hiragana
Auto Trait Implementations§
impl Freeze for Hiragana
impl RefUnwindSafe for Hiragana
impl Send for Hiragana
impl Sync for Hiragana
impl Unpin for Hiragana
impl UnwindSafe for Hiragana
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