pub struct UnicodeIdentifiers;Trait Implementations§
Source§impl Rule for UnicodeIdentifiers
impl Rule for UnicodeIdentifiers
Auto Trait Implementations§
impl Freeze for UnicodeIdentifiers
impl RefUnwindSafe for UnicodeIdentifiers
impl Send for UnicodeIdentifiers
impl Sync for UnicodeIdentifiers
impl Unpin for UnicodeIdentifiers
impl UnsafeUnpin for UnicodeIdentifiers
impl UnwindSafe for UnicodeIdentifiers
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