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