pub struct UnicodeSymbolToCharConverter { /* private fields */ }Implementations§
Source§impl UnicodeSymbolToCharConverter
impl UnicodeSymbolToCharConverter
pub fn new( number_to_address_converter: RawNumberToAddressConverter, unicode_symbol_criterion_matcher: TargetMatcher, ) -> Self
pub fn convert(&self, links: &LinkStorage, symbol: u32) -> Result<u16>
Trait Implementations§
Source§impl Clone for UnicodeSymbolToCharConverter
impl Clone for UnicodeSymbolToCharConverter
Source§fn clone(&self) -> UnicodeSymbolToCharConverter
fn clone(&self) -> UnicodeSymbolToCharConverter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnicodeSymbolToCharConverter
impl Debug for UnicodeSymbolToCharConverter
impl Copy for UnicodeSymbolToCharConverter
Auto Trait Implementations§
impl Freeze for UnicodeSymbolToCharConverter
impl RefUnwindSafe for UnicodeSymbolToCharConverter
impl Send for UnicodeSymbolToCharConverter
impl Sync for UnicodeSymbolToCharConverter
impl Unpin for UnicodeSymbolToCharConverter
impl UnsafeUnpin for UnicodeSymbolToCharConverter
impl UnwindSafe for UnicodeSymbolToCharConverter
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