pub struct Word(pub Vec<Glyph>);Tuple Fields§
§0: Vec<Glyph>Implementations§
Trait Implementations§
Source§impl Decodable<Word> for EncodedWord
An EncodedWord can be decoded from an EncodedWord.
impl Decodable<Word> for EncodedWord
An EncodedWord can be decoded from an EncodedWord.
Source§impl Encodable<EncodedWord> for Word
A Word can be encoded into Unicode code.
impl Encodable<EncodedWord> for Word
A Word can be encoded into Unicode code.
fn encode(&self) -> Result<EncodedWord, ParseIntError>
impl StructuralPartialEq for Word
Auto Trait Implementations§
impl Freeze for Word
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnwindSafe for Word
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