Struct precis_tools::UnicodeVersionGen
source · pub struct UnicodeVersionGen { /* private fields */ }
Expand description
Generates the UNICODE version variable used to generate the library.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnicodeVersionGen
impl RefUnwindSafe for UnicodeVersionGen
impl Send for UnicodeVersionGen
impl Sync for UnicodeVersionGen
impl Unpin for UnicodeVersionGen
impl UnwindSafe for UnicodeVersionGen
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