pub struct XidStart(bool);
Expand description
A character that can start an identifier, stable under NFKC.
Tuple Fields§
§0: bool
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for XidStart
impl BinaryCharProperty for XidStart
Source§fn human_name(&self) -> &'static str
fn human_name(&self) -> &'static str
The human-readable name of the property value.
Source§impl CharProperty for XidStart
impl CharProperty for XidStart
Source§fn prop_abbr_name() -> &'static str
fn prop_abbr_name() -> &'static str
The abbreviated name of the property.
Source§fn prop_long_name() -> &'static str
fn prop_long_name() -> &'static str
The long name of the property.
Source§fn prop_human_name() -> &'static str
fn prop_human_name() -> &'static str
The human-readable name of the property.
Source§impl TotalCharProperty for XidStart
impl TotalCharProperty for XidStart
impl Copy for XidStart
impl Eq for XidStart
impl StructuralPartialEq for XidStart
Auto Trait Implementations§
impl Freeze for XidStart
impl RefUnwindSafe for XidStart
impl Send for XidStart
impl Sync for XidStart
impl Unpin for XidStart
impl UnwindSafe for XidStart
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