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