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