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