pub struct IdStart(bool);
Expand description
A character that can start an identifier.
Tuple Fields§
§0: bool
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for IdStart
impl BinaryCharProperty for IdStart
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 IdStart
impl CharProperty for IdStart
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 IdStart
impl TotalCharProperty for IdStart
impl Copy for IdStart
impl Eq for IdStart
impl StructuralPartialEq for IdStart
Auto Trait Implementations§
impl Freeze for IdStart
impl RefUnwindSafe for IdStart
impl Send for IdStart
impl Sync for IdStart
impl Unpin for IdStart
impl UnwindSafe for IdStart
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