pub struct Whitespace { /* private fields */ }
Expand description
A whitespace (cf. char::is_ascii_whitespace()
).
Trait Implementations§
Source§impl Clone for Whitespace
impl Clone for Whitespace
Source§fn clone(&self) -> Whitespace
fn clone(&self) -> Whitespace
Returns a duplicate 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 Parse for Whitespace
impl Parse for Whitespace
Source§impl Span for Whitespace
impl Span for Whitespace
Source§fn start_position(&self) -> Position
fn start_position(&self) -> Position
Returns the start position of this item.
Source§fn end_position(&self) -> Position
fn end_position(&self) -> Position
Returns the end position of this item.
impl Copy 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