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