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