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