pub struct CollationTable { /* private fields */ }Implementations§
Source§impl CollationTable
impl CollationTable
pub fn from_text(data: &str) -> CollationTable
pub fn from_text_file(path: &str) -> CollationTable
pub fn resolve(&self, c: char) -> &[WeightEntry]
Auto Trait Implementations§
impl Freeze for CollationTable
impl RefUnwindSafe for CollationTable
impl Send for CollationTable
impl Sync for CollationTable
impl Unpin for CollationTable
impl UnwindSafe for CollationTable
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