pub struct XidContinue(bool);
Expand description
A character that can continue an identifier, stable under NFKC.
Tuple Fields§
§0: bool
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for XidContinue
impl BinaryCharProperty for XidContinue
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 XidContinue
impl CharProperty for XidContinue
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 Clone for XidContinue
impl Clone for XidContinue
Source§fn clone(&self) -> XidContinue
fn clone(&self) -> XidContinue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for XidContinue
impl Debug for XidContinue
Source§impl Default for XidContinue
impl Default for XidContinue
Source§fn default() -> XidContinue
fn default() -> XidContinue
Returns the “default value” for a type. Read more
Source§impl Display for XidContinue
impl Display for XidContinue
Source§impl From<XidContinue> for bool
impl From<XidContinue> for bool
Source§fn from(prop: XidContinue) -> bool
fn from(prop: XidContinue) -> bool
Converts to this type from the input type.
Source§impl FromStr for XidContinue
impl FromStr for XidContinue
Source§impl Hash for XidContinue
impl Hash for XidContinue
Source§impl PartialEq for XidContinue
impl PartialEq for XidContinue
Source§impl TotalCharProperty for XidContinue
impl TotalCharProperty for XidContinue
impl Copy for XidContinue
impl Eq for XidContinue
impl StructuralPartialEq for XidContinue
Auto Trait Implementations§
impl Freeze for XidContinue
impl RefUnwindSafe for XidContinue
impl Send for XidContinue
impl Sync for XidContinue
impl Unpin for XidContinue
impl UnwindSafe for XidContinue
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