pub struct Alphabetic(/* private fields */);
Expand description
Represents values of the Unicode character property Alphabetic.
The value is true
for characters that change when lowercased, false
otherwise.
Implementations§
Source§impl Alphabetic
impl Alphabetic
Trait Implementations§
Source§impl BinaryCharProperty for Alphabetic
impl BinaryCharProperty for Alphabetic
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 Alphabetic
impl CharProperty for Alphabetic
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 Alphabetic
impl Clone for Alphabetic
Source§fn clone(&self) -> Alphabetic
fn clone(&self) -> Alphabetic
Returns a copy 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 Alphabetic
impl Debug for Alphabetic
Source§impl Default for Alphabetic
impl Default for Alphabetic
Source§fn default() -> Alphabetic
fn default() -> Alphabetic
Returns the “default value” for a type. Read more
Source§impl Display for Alphabetic
impl Display for Alphabetic
Source§impl FromStr for Alphabetic
impl FromStr for Alphabetic
Source§impl Hash for Alphabetic
impl Hash for Alphabetic
Source§impl PartialEq for Alphabetic
impl PartialEq for Alphabetic
Source§impl TotalCharProperty for Alphabetic
impl TotalCharProperty for Alphabetic
Source§fn of(ch: char) -> Alphabetic
fn of(ch: char) -> Alphabetic
The property value for the character.
impl Copy for Alphabetic
impl Eq for Alphabetic
impl StructuralPartialEq for Alphabetic
Auto Trait Implementations§
impl Freeze for Alphabetic
impl RefUnwindSafe for Alphabetic
impl Send for Alphabetic
impl Sync for Alphabetic
impl Unpin for Alphabetic
impl UnwindSafe for Alphabetic
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)