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