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
sourceimpl CodeGen for UnicodeVersionGen
impl CodeGen for UnicodeVersionGen
Auto Trait Implementations
impl RefUnwindSafe for UnicodeVersionGen
impl Send for UnicodeVersionGen
impl Sync for UnicodeVersionGen
impl Unpin for UnicodeVersionGen
impl UnwindSafe for UnicodeVersionGen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more