pub struct WHITESPACE;Trait Implementations§
Source§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 Hash for WHITESPACE
impl Hash for WHITESPACE
Source§impl Ord for WHITESPACE
impl Ord for WHITESPACE
Source§fn cmp(&self, other: &WHITESPACE) -> Ordering
fn cmp(&self, other: &WHITESPACE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Parse for WHITESPACE
impl Parse for WHITESPACE
Source§impl PartialEq for WHITESPACE
impl PartialEq for WHITESPACE
Source§impl PartialOrd for WHITESPACE
impl PartialOrd 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