pub struct Age {
pub codepoints: Codepoints,
pub age: String,
}
Expand description
A single row in the DerivedAge.txt
file.
Fields§
§codepoints: Codepoints
The codepoint or codepoint range for this entry.
age: String
The age assigned to the codepoints in this entry.
Trait Implementations§
source§impl UcdFile for Age
impl UcdFile for Age
source§impl UcdFileByCodepoint for Age
impl UcdFileByCodepoint for Age
source§fn codepoints(&self) -> CodepointIter ⓘ
fn codepoints(&self) -> CodepointIter ⓘ
Returns the codepoints associated with this record.
impl Eq for Age
impl StructuralEq for Age
impl StructuralPartialEq for Age
Auto Trait Implementations§
impl RefUnwindSafe for Age
impl Send for Age
impl Sync for Age
impl Unpin for Age
impl UnwindSafe for Age
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