pub struct TableSet<'a> {
char_seqs: &'a [(char, char)],
}
Expand description
A set of items from a ucd-generate table.
Fields§
§char_seqs: &'a [(char, char)]
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TableSet<'a>
impl<'a> RefUnwindSafe for TableSet<'a>
impl<'a> Send for TableSet<'a>
impl<'a> Sync for TableSet<'a>
impl<'a> Unpin for TableSet<'a>
impl<'a> UnwindSafe for TableSet<'a>
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