pub struct Uppercase(/* private fields */);
Expand description
Represents values of the Unicode character property
Uppercase
.
The value is true
for uppercase characters, false
otherwise.
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for Uppercase
impl BinaryCharProperty for Uppercase
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 Uppercase
impl CharProperty for Uppercase
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 TotalCharProperty for Uppercase
impl TotalCharProperty for Uppercase
impl Copy for Uppercase
impl Eq for Uppercase
impl StructuralPartialEq for Uppercase
Auto Trait Implementations§
impl Freeze for Uppercase
impl RefUnwindSafe for Uppercase
impl Send for Uppercase
impl Sync for Uppercase
impl Unpin for Uppercase
impl UnwindSafe for Uppercase
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
)