pub struct UnicodePropertyLookup { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for UnicodePropertyLookup
impl RefUnwindSafe for UnicodePropertyLookup
impl Send for UnicodePropertyLookup
impl Sync for UnicodePropertyLookup
impl Unpin for UnicodePropertyLookup
impl UnsafeUnpin for UnicodePropertyLookup
impl UnwindSafe for UnicodePropertyLookup
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