Struct precis_tools::DerivedPropertyValueGen
source · pub struct DerivedPropertyValueGen {}
Expand description
Generates the derived property enum
with the
values described in the PRECIS
Code Point Properties
section.
§Example:
pub enum DerivedPropertyValue {
PValid,
SpecClassPval,
SpecClassDis,
ContextJ,
ContextO,
Disallowed,
Unassigned,
}
Implementations§
Trait Implementations§
source§impl CodeGen for DerivedPropertyValueGen
impl CodeGen for DerivedPropertyValueGen
Auto Trait Implementations§
impl Freeze for DerivedPropertyValueGen
impl RefUnwindSafe for DerivedPropertyValueGen
impl Send for DerivedPropertyValueGen
impl Sync for DerivedPropertyValueGen
impl Unpin for DerivedPropertyValueGen
impl UnwindSafe for DerivedPropertyValueGen
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