Struct PatternWhiteSpace
struct PatternWhiteSpace
Characters used as whitespace in patterns (such as regular expressions).
See
Unicode Standard Annex #31 for
more details.
Example
use CodePointSetData;
use PatternWhiteSpace;
let pattern_white_space = ;
assert!;
assert!; // PARAGRAPH SEPARATOR
assert!; // NEW LINE
assert!; // NO-BREAK SPACE
Implementations
impl BinaryProperty for PatternWhiteSpace
impl Debug for PatternWhiteSpace
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for PatternWhiteSpace
impl RefUnwindSafe for PatternWhiteSpace
impl Send for PatternWhiteSpace
impl Sync for PatternWhiteSpace
impl Unpin for PatternWhiteSpace
impl UnsafeUnpin for PatternWhiteSpace
impl UnwindSafe for PatternWhiteSpace
impl<T> Any for PatternWhiteSpace
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for PatternWhiteSpace
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for PatternWhiteSpace
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for PatternWhiteSpace
impl<T> From for PatternWhiteSpace
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for PatternWhiteSpace
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for PatternWhiteSpace
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for PatternWhiteSpace
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>